Skip to content

Commit 59e901c

Browse files
committedNov 6, 2023
Pull npm secret
1 parent 3cc5bc5 commit 59e901c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
run: pnpm build
3131

3232
- name: Set deployment token
33-
run: npm config set '//registry.npmjs.org/:_authToken' "${NPM_TOKEN}"
33+
run: npm config set '//registry.npmjs.org/:_authToken' "${{ secrets.NPM_TOKEN }}"
3434

3535
# https://github.com/changesets/action#with-publishing
3636
- name: Handle Release Pull Request or Publish to npm

0 commit comments

Comments
 (0)
Please sign in to comment.