Skip to content

Commit b7f8b14

Browse files
committed
fix: revert to OIDC auth for npm publish, remove NPM_TOKEN override
1 parent 292fd08 commit b7f8b14

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,4 @@ jobs:
2323
- run: npm ci
2424
- run: npm run build
2525
- run: npm run test
26-
- run: npm publish --access public
27-
env:
28-
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
26+
- run: npm publish --provenance --access public

0 commit comments

Comments
 (0)