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
chore: Remove NPM_TOKEN and migrate to GitHub Packages exclusively
Remove all NPM_TOKEN references from workflows and actions, as the package now publishes exclusively to GitHub Packages using GITHUB_TOKEN with packages:write permission.
Changes:
- Remove NPM_TOKEN input from npm-install action
- Remove NPM_TOKEN input and environment variable from semantic-release action
- Remove NPM_TOKEN from on-call-lint-test-build workflow
- Add packages:write permission to publish workflow
- Update README with GitHub Packages installation instructions
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
0 commit comments