Skip to content

Commit ed883b5

Browse files
retepsclaude
andcommitted
switch npm publish to OIDC auth instead of NPM_TOKEN
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 1f3076e commit ed883b5

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

.github/workflows/release-js.yaml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,6 @@ jobs:
1010
id-token: write
1111
steps:
1212
- uses: actions/checkout@v4
13-
14-
# - name: Install tinygo
15-
# Until 0.38.0 release, I won't rebuild the tinygo binary
1613
- uses: actions/setup-node@v4
1714
with:
1815
node-version: '20.x'
@@ -25,5 +22,3 @@ jobs:
2522
npm ci
2623
npm run build-js
2724
npm publish --provenance --access public
28-
env:
29-
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)