Skip to content

Commit 3e37c96

Browse files
committed
chore: remove NODE_TOKEN in favor of trusted publish
1 parent 3fed99a commit 3e37c96

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,6 @@ jobs:
5050

5151
- name: Publish prerelease to npm
5252
run: npm publish --tag preview --access public
53-
env:
54-
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
5553

5654
- name: Set up Node.js for GitHub Packages
5755
uses: actions/setup-node@v4
@@ -97,8 +95,6 @@ jobs:
9795

9896
- name: Publish to npm
9997
run: npm publish --provenance --access public
100-
env:
101-
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
10298

10399
- name: Set up Node.js for GitHub Packages
104100
uses: actions/setup-node@v4

0 commit comments

Comments
 (0)