Skip to content

Commit f26e76e

Browse files
committed
Use org-wide secret for NPM token
1 parent 740427d commit f26e76e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
- name: Publish to NPM
3939
run: ./scripts/publish.sh
4040
env:
41-
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
41+
NODE_AUTH_TOKEN: ${{secrets.NPM_AUTH_TOKEN}}
4242
VERSION: ${{ needs.setup.outputs.version }}
4343
- name: Upload NPM package file
4444
id: upload-npm-package-file

0 commit comments

Comments
 (0)