misc: fix OIDC Trusted Publishing authentication - #17100
Merged
Merged
Conversation
…-url When actions/setup-node is configured with registry-url, it creates an .npmrc file that expects a NODE_AUTH_TOKEN. If this token is missing, older versions of npm (like the one shipped with Node 22) will send an empty authentication token to the registry during 'npm publish' instead of falling back to the OIDC Trusted Publishing authentication path. Removing registry-url ensures npm relies exclusively on the OIDC token for publishing.
The official npm documentation specifies that Trusted Publishing requires npm version 11.5.1 or later. The version of npm that ships with Node 22 (v10.x) does not fully support the OIDC authentication path when a registry-url (and thus an empty _authToken in .npmrc) is configured. This restores the recommended registry-url configuration and ensures we upgrade to the latest npm version before publishing.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.