Skip to content

Commit c2aed9c

Browse files
committed
Use OIDC for npm publish
1 parent abb268e commit c2aed9c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -197,6 +197,5 @@ jobs:
197197
registry-url: https://registry.npmjs.org
198198
- uses: actions/download-artifact@v4
199199
with: { name: package }
200+
- run: npm install -g npm@^11.5.1
200201
- run: npm publish *.tgz --provenance
201-
env:
202-
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)