fix(ci): use npm trusted publishing (OIDC) instead of secret tokens#40
Merged
Conversation
Replace NPM_TOKEN-based authentication with OIDC trusted publishing for both release workflows, improving supply chain security. - release-binaries.yml: add id-token: write, use --provenance, remove NODE_AUTH_TOKEN - release.yml: remove npm-token input, add NPM_CONFIG_PROVENANCE env var Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Prevent local MCP server config from being committed to the repo. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Merged
rhuanbarreto
added a commit
that referenced
this pull request
Mar 3, 2026
) * fix(ci): use npm trusted publishing (OIDC) instead of secret tokens Replace NPM_TOKEN-based authentication with OIDC trusted publishing for both release workflows, improving supply chain security. - release-binaries.yml: add id-token: write, use --provenance, remove NODE_AUTH_TOKEN - release.yml: remove npm-token input, add NPM_CONFIG_PROVENANCE env var Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> * chore: add .mcp.json to .gitignore Prevent local MCP server config from being committed to the repo. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> --------- Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
rhuanbarreto
added a commit
that referenced
this pull request
Mar 4, 2026
) * fix(ci): use npm trusted publishing (OIDC) instead of secret tokens Replace NPM_TOKEN-based authentication with OIDC trusted publishing for both release workflows, improving supply chain security. - release-binaries.yml: add id-token: write, use --provenance, remove NODE_AUTH_TOKEN - release.yml: remove npm-token input, add NPM_CONFIG_PROVENANCE env var Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> * chore: add .mcp.json to .gitignore Prevent local MCP server config from being committed to the repo. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> --------- Co-authored-by: Claude Opus 4.6 <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-based auth with OIDC trusted publishing in bothrelease.ymlandrelease-binaries.ymlid-token: writepermission torelease-binaries.ymlfor OIDC token exchange--provenanceflag to platform packagenpm publishcommandsnpm-tokeninput withNPM_CONFIG_PROVENANCEenv var inrelease.yml.mcp.jsonto.gitignoreto prevent local MCP config from being committedBefore merging
Configure trusted publishers on npmjs.com for all 4 packages:
archgaterelease.ymlarchgate-darwin-arm64release-binaries.ymlarchgate-linux-x64release-binaries.ymlarchgate-win32-x64release-binaries.ymlFor each: Settings → Publishing access → Add trusted publisher with owner
archgate, repocli, and the workflow filename above.After verifying the first successful publish, the
NPM_TOKENsecret can be removed from the repository.Test plan
release-binaries.ymlto verify platform packages publish via OIDCNPM_TOKENsecret after successful verification🤖 Generated with Claude Code