Skip to content

fix(ISSUE-16): remove registry-url from setup-node for OIDC auth#19

Merged
cuzfrog merged 1 commit into
mainfrom
ISSUE-16_fix-publish
May 24, 2026
Merged

fix(ISSUE-16): remove registry-url from setup-node for OIDC auth#19
cuzfrog merged 1 commit into
mainfrom
ISSUE-16_fix-publish

Conversation

@cuzfrog
Copy link
Copy Markdown
Owner

@cuzfrog cuzfrog commented May 24, 2026

Removes registry-url from actions/setup-node@v4 in the publish workflow. This prevents setup-node from creating a /tmp/.npmrc with _authToken=${NODE_AUTH_TOKEN}, which interferes with npm publish --provenance OIDC auth.

The registry-url is unnecessary — npm ci uses the default npmjs.org registry, and npm publish --provenance uses OIDC token exchange via the id-token: write permission.

@cuzfrog cuzfrog merged commit 060e671 into main May 24, 2026
1 check passed
@cuzfrog cuzfrog deleted the ISSUE-16_fix-publish branch May 24, 2026 13:52
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