Skip to content

Commit 942a941

Browse files
committed
Don't use PAT on publish by using trusted publishing
1 parent c5d7398 commit 942a941

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,6 @@ jobs:
3434
echo "VERSION=$VERSION" >> $GITHUB_ENV
3535
node ./scripts/update-version.mjs $VERSION
3636
- run: npm run release
37-
env:
38-
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN_2 }}
3937

4038
- name: Create GitHub Issue on Failure
4139
if: failure()

0 commit comments

Comments
 (0)