Skip to content

Commit d6bb99b

Browse files
workflows updates
1 parent f6f6809 commit d6bb99b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/npm-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
- run: npm ci
7070
- run: npm publish
7171
env:
72-
NODE_AUTH_TOKEN: ${{ secrets.npm_token }}
72+
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
7373

7474
- name: Create Tarball
7575
run: npm pack
@@ -93,4 +93,4 @@ jobs:
9393
release_name: ${{ env.release_name }} ${{ env.tag_name }}
9494
tag_name: ${{ env.tag_name }}
9595
env:
96-
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
96+
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}

0 commit comments

Comments
 (0)