Skip to content

Commit ddeea28

Browse files
ci(node-ci.yml): Rename GITHUB_TOKEN to GH_TOKEN
1 parent 9443333 commit ddeea28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/node-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
continue-on-error: true
3333
- name: Semantic Release
3434
env:
35-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
35+
GH_TOKEN: ${{ secrets.GH_TOKEN }}
3636
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
3737
run: yarn semantic-release
3838

0 commit comments

Comments
 (0)