Skip to content

Commit 8c94ba6

Browse files
authored
Update npm publish token secret reference
1 parent 5299a06 commit 8c94ba6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/npm-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,4 @@ jobs:
3030
- run: npm ci
3131
- run: npm publish
3232
env:
33-
NODE_AUTH_TOKEN: ${{secrets.NPM_SECRET}}
33+
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}

0 commit comments

Comments
 (0)