Skip to content

Remove NPM_AUTH_TOKEN requirement from dev environment#51

Merged
jkebinger merged 1 commit intomainfrom
remove-npm-token-from-dev
Oct 7, 2025
Merged

Remove NPM_AUTH_TOKEN requirement from dev environment#51
jkebinger merged 1 commit intomainfrom
remove-npm-token-from-dev

Conversation

@jkebinger
Copy link
Copy Markdown
Contributor

Summary

  • Remove npmAuthToken from .yarnrc.yml
  • Inject NPM_AUTH_TOKEN dynamically in the GitHub release workflow before publishing
  • Developers no longer need to set NPM_AUTH_TOKEN locally

Changes

  • Updated .yarnrc.yml to remove npmAuthToken line
  • Added "Configure npm authentication" step in release workflow to inject token before publish

🤖 Generated with Claude Code

Remove npmAuthToken from .yarnrc.yml and inject it dynamically
during the publish step in the GitHub release workflow. This
eliminates the need for developers to set NPM_AUTH_TOKEN locally.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
Copy link
Copy Markdown
Contributor

@jdwyah jdwyah left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thanks

@jkebinger jkebinger enabled auto-merge (squash) October 7, 2025 20:41
@jkebinger jkebinger merged commit 200e119 into main Oct 7, 2025
6 checks passed
@jkebinger jkebinger deleted the remove-npm-token-from-dev branch October 7, 2025 20:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

2 participants