Skip to content
This repository was archived by the owner on May 13, 2026. It is now read-only.

Commit 49d9e39

Browse files
chore: unset NODE_AUTH_TOKEN so npm@11 uses OIDC for auth
Co-authored-by: Cursor <cursoragent@cursor.com>
1 parent 070abad commit 49d9e39

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/version.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,10 @@ jobs:
3131

3232
- name: Publish with provenance
3333
run: npx -y npm@11 publish --access public --provenance
34+
env:
35+
NODE_AUTH_TOKEN: ''
3436

3537
- name: Deprecate
3638
run: npx -y npm@11 deprecate base-mcp "This package has been deprecated. See https://docs.base.org/ai-agents for the new Base AI Agents docs."
39+
env:
40+
NODE_AUTH_TOKEN: ''

0 commit comments

Comments
 (0)