Skip to content

Commit

Permalink
fix: use correct tokens
Browse files Browse the repository at this point in the history
  • Loading branch information
agierlicki committed Jan 22, 2025
1 parent 5d410f8 commit 922201b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/template_changeset_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,5 @@ jobs:
publish: ${{ inputs.publish-script }}
version: ${{inputs.version-script}}
env:
GITHUB_TOKEN: ${{ secrets.STAFFBOT_NPM_WRITE }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.STAFFBOT_NPM_WRITE }}

0 comments on commit 922201b

Please sign in to comment.