Skip to content

Commit 7f0a4dd

Browse files
authored
fix: using correct token to publish (#15)
1 parent 5249612 commit 7f0a4dd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,6 @@ jobs:
3232
- name: Release
3333
env:
3434
GITHUB_TOKEN: ${{ steps.get_workflow_token.outputs.token }}
35-
NPM_TOKEN: ${{ secrets.GITHUB_TOKEN }}
36-
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
35+
NPM_TOKEN: ${{ secrets.NPMJS_ACCESS_TOKEN }}
36+
NODE_AUTH_TOKEN: ${{ secrets.NPMJS_ACCESS_TOKEN }}
3737
run: npm run release

0 commit comments

Comments
 (0)