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
fix: add NODE_AUTH_TOKEN from NPM_TOKEN secret for npm publish
- npm publish requires NODE_AUTH_TOKEN environment variable
- Use NPM_TOKEN secret (not GITHUB_TOKEN which is for GitHub API)
- Fixes authentication for npm registry
0 commit comments