Skip to content

Remove registry-url from publish workflow#4

Merged
biggora merged 1 commit into
mainfrom
ope-72-remove-registry-url
May 9, 2026
Merged

Remove registry-url from publish workflow#4
biggora merged 1 commit into
mainfrom
ope-72-remove-registry-url

Conversation

@biggora
Copy link
Copy Markdown
Owner

@biggora biggora commented May 9, 2026

Summary

Removes registry-url: https://registry.npmjs.org from the actions/setup-node@v6 step in .github/workflows/publish.yml.

Why

setup-node writes an .npmrc token placeholder when registry-url is configured. That causes npm publish to prefer token auth and fail with ENEEDAUTH instead of using npm OIDC Trusted Publishing.

npm defaults to registry.npmjs.org, so the workflow does not need this setting.

Verification

  • Confirmed .github/workflows/publish.yml no longer contains registry-url
  • Did not run npm commands, per OPE-72 constraints

@biggora biggora changed the title [codex] Remove registry-url from publish workflow Remove registry-url from publish workflow May 9, 2026
@biggora biggora merged commit 306f31b into main May 9, 2026
2 checks passed
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.

2 participants