We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0a25e0b + 59e901c commit 3c2a564Copy full SHA for 3c2a564
.github/workflows/release.yml
@@ -30,7 +30,7 @@ jobs:
30
run: pnpm build
31
32
- name: Set deployment token
33
- run: npm config set '//registry.npmjs.org/:_authToken' "${NPM_TOKEN}"
+ run: npm config set '//registry.npmjs.org/:_authToken' "${{ secrets.NPM_TOKEN }}"
34
35
# https://github.com/changesets/action#with-publishing
36
- name: Handle Release Pull Request or Publish to npm
0 commit comments