Skip to content

Commit 2afd794

Browse files
committed
fix: Add GH_TOKEN to github actions
1 parent c3998be commit 2afd794

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
@@ -35,3 +35,4 @@ jobs:
3535
env:
3636
CI: true
3737
NPM_TOKEN: ${{secrets.NPM_TOKEN}}
38+
GH_TOKEN: ${{secrets.GH_TOKEN}}

0 commit comments

Comments
 (0)