Skip to content

Commit

Permalink
chore(repo): Temp - use PAT for release-prod.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
nikosdouvlis committed Jun 8, 2023
1 parent 06c06c3 commit 21f533f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@ jobs:
commit: "chore(repo): Version packages"
publish: npm run release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.PAT }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

- name: Notify on success
Expand Down

0 comments on commit 21f533f

Please sign in to comment.