ci: migrate to NPM OIDC trusted publishing#185
Merged
nicksteffens merged 8 commits intomainfrom Dec 5, 2025
Merged
Conversation
ebe84b5 to
eed3005
Compare
shawna-mi
approved these changes
Dec 5, 2025
alecrajeev
approved these changes
Dec 5, 2025
- Replace NPM_TOKEN secret with OIDC authentication - Add id-token: write permission for OIDC - Add setup-node with registry-url for npm provenance - Upgrade npm to 11.x for OIDC support - Add --ci flag to release-it commands - Add npm.skipChecks since no token to validate - Consolidate release types into single workflow with dropdown Closes sc-173900 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
eed3005 to
28f4a91
Compare
🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
Simplify workflow by using the reusable npm-oidc-release action instead of inline steps. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <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
Changes
id-token: writefor OIDCregistry-url: 'https://registry.npmjs.org'to setup-node--cito release-it commandsnpm.skipChecks: trueto.release-it.jsonNPM Trusted Publishing Setup Required
After merging, configure on npmjs.com → Package Settings → Configure Trusted Publishing:
movableink/fluid.github/workflows/release-it.ymlTest plan
Closes sc-173900
🤖 Generated with Claude Code