Publish to npm via OIDC Trusted Publishing#21
Merged
Conversation
Replace the long-lived NPM_TOKEN secret with short-lived OIDC tokens exchanged with npm at publish time. Grants the job id-token: write, upgrades npm to the latest version (Trusted Publishing requires npm >= 11.5.1; Node 20 ships with npm 10), drops NODE_AUTH_TOKEN, and adds --provenance for attestation. Requires the package to be configured as a Trusted Publisher on npmjs.com pointing at this repo and workflow filename (npm.yaml). Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
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.
Summary
NPM_TOKENsecret to short-lived OIDC tokens via npm Trusted Publishing.id-token: write, upgrade npm to@latest(Trusted Publishing needs npm >= 11.5.1; Node 20 ships with npm 10), dropNODE_AUTH_TOKEN, and add--provenancefor attestation.Required setup on npmjs.com
Before the next release tag is pushed, configure
@snap/ts-injectas a Trusted Publisher:Snapchat, Repo:ts-inject, Workflow filename:npm.yaml, Environment: blankNPM_TOKENrepo secret.Test plan
npm.yamlv1.0.0and confirm the workflow publishes via OIDCNPM_TOKENrepo secret after first successful publish