Skip to content

Commit a1146e0

Browse files
committed
ci: change github token
1 parent 5a67a3d commit a1146e0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/nodejs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ jobs:
4242
if: github.ref == 'refs/heads/master' && matrix.node-version == '14.x'
4343
run: yarn semantic-release
4444
env:
45+
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
4546
GH_TOKEN: ${{ secrets.GH_TOKEN }}
4647
GIT_CREDENTIALS: ${{ secrets.GIT_CREDENTIALS }}
4748
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)