Skip to content

Commit 89cd21a

Browse files
authored
Drop NODE_AUTH_TOKEN from publish script, update versions
This now uses OIDC for publishing
1 parent a0b206c commit 89cd21a

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.github/workflows/publish.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ jobs:
1212
contents: read
1313
id-token: write
1414
steps:
15-
- uses: actions/checkout@v3
16-
- uses: actions/setup-node@v3
15+
- uses: actions/checkout@v6
16+
- uses: actions/setup-node@v6
1717
with:
18-
node-version: 18
18+
node-version: 25
1919
registry-url: https://registry.npmjs.org/
2020
cache: npm
2121
- run: npm install -g npm@latest
@@ -25,5 +25,3 @@ jobs:
2525
env:
2626
TAG_NAME: ${{ github.event.release.tag_name }}
2727
- run: npm whoami; npm --ignore-scripts publish --provenance --access public
28-
env:
29-
NODE_AUTH_TOKEN: ${{secrets.npm_token}}

0 commit comments

Comments
 (0)