Trusted Publishing #1
Replies: 3 comments
|
One data point in case it helps: npm's If the publish is still failing, this may be the cause — I hit exactly this on my own which reads like a missing package rather than a missing setting. |
|
Correction to my earlier comment: I had this wrong, and I am sorry for the noise. I read npm's One thing that may still be worth knowing, since it is what led me there: My own package now depends on |
Uh oh!
There was an error while loading. Please reload this page.
We previously used an NPM token configured to bypass 2FA in order to publish packages. That will no longer be supported soon.
Both mountebank and mountebank-formatters have been updated to use Trusted Publishers instead, which use OIDC to retrieve a short-lived token within the CI job.
All reactions