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 unused NPM_TOKEN from CI workflows (#2323)
## Summary
- Removed `NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}` from all 4 CI
workflow files (8 occurrences total)
- All `@apify/*` packages resolve to the public npm registry
(`registry.npmjs.org`) and `.npmrc` has no private registry config, so
this token was never needed
## Test plan
- [ ] CI workflows pass without the token (build, lint, openapi, lychee
jobs)
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
0 commit comments