Skip to content

Commit 458563f

Browse files
authored
fix: gha
1 parent 3851600 commit 458563f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-node.js.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- run: npx semantic-release
2626
env:
2727
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
28-
GH_TOKEN: ${{ secrets.GH_TOKEN }}
28+
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2929
# push the version changes to GitHub
3030
- run: git push
3131
env:

0 commit comments

Comments
 (0)