Skip to content

Commit

Permalink
Use different token for releasing
Browse files Browse the repository at this point in the history
  • Loading branch information
andrenarchy committed Apr 5, 2021
1 parent 49322eb commit 2353f24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/npm-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ jobs:
NODE_AUTH_TOKEN: ${{ secrets.NPM_AUTOMATION_TOKEN }}
- run: git push
env:
github-token: ${{ secrets.GITHUB_TOKEN }}
github-token: ${{ secrets.GH_RELEASE_TOKEN }}

0 comments on commit 2353f24

Please sign in to comment.