Skip to content

Commit 5454a5b

Browse files
committed
Fixed npm-publish workflow token name.
1 parent 5de2f44 commit 5454a5b

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
@@ -44,4 +44,4 @@ jobs:
4444
- run: npm ci
4545
- run: npm publish
4646
env:
47-
NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}
47+
NODE_AUTH_TOKEN: ${{secrets.GH_TOKEN}}

0 commit comments

Comments
 (0)