We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3851600 commit 458563fCopy full SHA for 458563f
.github/workflows/publish-node.js.yml
@@ -25,7 +25,7 @@ jobs:
25
- run: npx semantic-release
26
env:
27
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
28
- GH_TOKEN: ${{ secrets.GH_TOKEN }}
+ GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
29
# push the version changes to GitHub
30
- run: git push
31
0 commit comments