Skip to content

Commit 5b8b466

Browse files
committed
Use correct name for github actions secret
1 parent 6179150 commit 5b8b466

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish_to_npm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ jobs:
2424
- run: npm ci
2525
- run: npm publish --provenance --access public
2626
env:
27-
NPM_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}
27+
NPM_AUTH_TOKEN: ${{ secrets.NPM_ACCESS_TOKEN }}

0 commit comments

Comments
 (0)