Skip to content

Commit d05d57a

Browse files
committed
ci: use NODE_AUTH_TOKEN
1 parent d765eb0 commit d05d57a

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
@@ -33,5 +33,5 @@ jobs:
3333
- name: Release
3434
run: ./scripts/release.sh
3535
env:
36-
NODE_AUTH_TOKEN: ${{ secrets.RELEASE_NODE_AUTH_TOKEN }}
36+
NODE_AUTH_TOKEN: ${{ secrets.NODE_AUTH_TOKEN }}
3737
NPM_CONFIG_PROVENANCE: true

0 commit comments

Comments
 (0)