Skip to content

Commit 187d130

Browse files
committed
Use OIDC for publishing to npm
1 parent 6aa3a51 commit 187d130

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -87,9 +87,7 @@ jobs:
8787
- uses: actions/download-artifact@v4
8888
with:
8989
name: package
90-
- run: npm publish *.tgz --provenance
91-
env:
92-
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
90+
- run: npm publish *.tgz
9391

9492
vitest:
9593
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)