Skip to content

Commit 1033648

Browse files
committed
fix: deploy token
1 parent 6ddbc9a commit 1033648

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/publish-dev.yaml

+1-2
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,7 @@ jobs:
2929
RELEVANT_SHA: ${{ github.event.pull_request.head.sha || github.sha }}
3030
- run: npm publish --access restricted
3131
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 }}
32+
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
3433
- name: Create comment
3534
uses: peter-evans/create-or-update-comment@v4
3635
with:

0 commit comments

Comments
 (0)