Skip to content

Fix npm trusted publishing auth#5

Merged
monkeypants merged 1 commit into
masterfrom
fix-trusted-publishing
Feb 11, 2026
Merged

Fix npm trusted publishing auth#5
monkeypants merged 1 commit into
masterfrom
fix-trusted-publishing

Conversation

@monkeypants
Copy link
Copy Markdown
Owner

Summary

  • Clear NODE_AUTH_TOKEN on the publish step — actions/setup-node with registry-url injects a token that overrides the OIDC flow
  • Add repository field to package.json so npm can match the trusted publisher config

Clear NODE_AUTH_TOKEN that actions/setup-node injects via
registry-url, which was overriding the OIDC token flow.

Add repository field to package.json so npm can match the
trusted publisher configuration.
@monkeypants monkeypants merged commit bf450c8 into master Feb 11, 2026
4 checks passed
@monkeypants monkeypants deleted the fix-trusted-publishing branch February 11, 2026 22:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant