chore(ci): use OIDC token for trusted publishing to npm#5610
Merged
mark-wiemer merged 2 commits intomochajs:mainfrom Jan 4, 2026
Merged
chore(ci): use OIDC token for trusted publishing to npm#5610mark-wiemer merged 2 commits intomochajs:mainfrom
npm#5610mark-wiemer merged 2 commits intomochajs:mainfrom
Conversation
Signed-off-by: hainenber <dotronghai96@gmail.com>
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #5610 +/- ##
=======================================
Coverage 93.53% 93.53%
=======================================
Files 57 57
Lines 4472 4472
Branches 922 922
=======================================
Hits 4183 4183
Misses 289 289 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
mark-wiemer
reviewed
Jan 4, 2026
Member
|
Thanks for this! Blocking on me actually taking action to set things up on the npm side, but now is a good time to do so with the v12 betas and whatnot :) |
JoshuaKGoldberg
approved these changes
Jan 4, 2026
Member
|
I went through https://www.npmjs.com/package/mocha/access and added |
mark-wiemer
approved these changes
Jan 4, 2026
npmnpm
mark-wiemer
added a commit
that referenced
this pull request
Jan 4, 2026
mark-wiemer
added a commit
that referenced
this pull request
Jan 4, 2026
lennonnikolas
pushed a commit
to lennonnikolas/mocha
that referenced
this pull request
Jan 24, 2026
Signed-off-by: hainenber <dotronghai96@gmail.com>
lennonnikolas
pushed a commit
to lennonnikolas/mocha
that referenced
this pull request
Jan 24, 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.
PR Checklist
status: accepting prsOverview
Removes the need for long-lived
npmtoken used for publishing new version and its subsequent need for periodic rotation.@mark-wiemer you'll need to follow this guide though, just a bit more paperwork to get things in motion D