-
Notifications
You must be signed in to change notification settings - Fork 15
remove unused env var #1518
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
remove unused env var #1518
Conversation
|
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
This PR removes the unused NPM_TOKEN environment variable from the GitHub Actions release workflow. The comment on line 72 references a GitHub issue explaining that NODE_AUTH_TOKEN should be used instead of NPM_TOKEN for the changesets action. Since NODE_AUTH_TOKEN is already configured with the NPM token secret, the NPM_TOKEN variable is redundant.
Changes:
- Removed redundant
NPM_TOKENenvironment variable from the changesets action step
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
shrugs
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
sgtm
Background info: https://namehash.slack.com/archives/C086Z6FNBHN/p1768293970217589?thread_ts=1768263675.587389&cid=C086Z6FNBHN