Skip to content

Commit 7f0162e

Browse files
committed
ci(npm-publish.yml): fix GH_TOKEN env secret
1 parent ff82486 commit 7f0162e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/npm-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,4 @@ jobs:
3535
- run: npm ci
3636
- run: npm run release
3737
env:
38-
NODE_AUTH_TOKEN: ${{secrets.npm_token}}
38+
GH_TOKEN: ${{secrets.GH_TOKEN}}

0 commit comments

Comments
 (0)