Skip to content

Commit c2f11c2

Browse files
committed
fix(ci): use native OIDC for npm trusted publishing
1 parent 3b3e5c7 commit c2f11c2

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,6 @@ jobs:
227227
- uses: actions/setup-node@v6
228228
with:
229229
node-version: 20
230-
registry-url: 'https://registry.npmjs.org'
231230
- uses: actions/download-artifact@v4
232231
with:
233232
path: crates/feedparser-rs-node/artifacts
@@ -244,8 +243,6 @@ jobs:
244243
- name: Publish with provenance
245244
working-directory: crates/feedparser-rs-node
246245
run: npm publish --access public --provenance --ignore-scripts
247-
env:
248-
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
249246

250247
# ============================================================================
251248
# GITHUB RELEASE

0 commit comments

Comments
 (0)