Migrate npm publishing to OIDC - #693
Merged
Merged
Conversation
psmyrek
approved these changes
Jul 28, 2026
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
Migrates the release workflow from the long-lived
CKE5_NPM_TOKENto npm Trusted Publishing with CircleCI OIDC.The PR also:
^11.11.0in the release job because thecimg/node:24.11.0image ships an npm version whose OIDC implementation does not recognize CircleCI (support was added in feat: adds circleci to oidc npm/cli#8925, first released in npm 11.11.0).releaseTools.publishPackages()to use OIDC (useOidc: true) and removes the login-basednpmOwneroption, asnpm whoamidoes not support OIDC authentication.--pipeline-definition-id).originremote to SSH and pins GitHub's published Ed25519 host key so the release commit and tag can be pushed from the GitHub App checkout without an interactive prompt.npmOwner.The changes mirror the Mrgit and Umberto migrations driven by ckeditor/ckeditor5-internal#4432.
📌 Related issues
💡 Additional information
This is an internal CI change, so no changelog entry is required. ESLint and script tests pass locally, and the trusted publisher configuration inputs (organization, project, and pipeline definition IDs) were verified against the CircleCI API. Before the first release on this flow, a trusted publisher for
@ckeditor/ckeditor5-reactmust be configured on npm, and a release after merge is required to validate the OIDC exchange with npm end to end.