ci: switch to npm trusted publishing via OIDC#78
Conversation
|
Caution Review failedThe pull request is closed. ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
📝 WalkthroughWalkthroughRemoved the NODE_AUTH_TOKEN environment variable from the npm publish workflow step in the GitHub Actions configuration file. This eliminates the environment variable declaration from the step's env block without altering the publish step's execution logic. Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes Possibly related PRs
Poem
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Removes NPM_TOKEN in favour of npm's trusted publishing — GitHub Actions authenticates via OIDC so no secret is needed.
Summary by CodeRabbit