We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ddbc9a commit 1033648Copy full SHA for 1033648
.github/workflows/publish-dev.yaml
@@ -29,8 +29,7 @@ jobs:
29
RELEVANT_SHA: ${{ github.event.pull_request.head.sha || github.sha }}
30
- run: npm publish --access restricted
31
env:
32
- # NOTE: using the built-in GITHUB token here because we're publishing to THIS repository's packages.
33
- NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+ NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
34
- name: Create comment
35
uses: peter-evans/create-or-update-comment@v4
36
with:
0 commit comments