You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(ci): use npm trusted publishing with OIDC authentication
Switch from static npm tokens to OIDC-based trusted publishing.
npm CLI auto-detects OIDC environment and uses short-lived tokens,
eliminating the need for NODE_AUTH_TOKEN secret. Provenance attestation
is automatically generated. Add --access public for new scoped packages.
Requires configuring trusted publisher on npmjs.com for each package.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
0 commit comments