Skip to content

Commit ba492ef

Browse files
committed
ci: use GH_TOKEN
1 parent 36f3528 commit ba492ef

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/nodejs.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +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.GITHUB_TOKEN }}
46-
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
45+
GH_TOKEN: ${{ secrets.GH_TOKEN }}
4746
GIT_CREDENTIALS: ${{ secrets.GIT_CREDENTIALS }}
4847
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
4948
# - name: release

0 commit comments

Comments
 (0)