You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ci(react-components): switch publish job to npm Trusted Publishing (OIDC)
Drops the long-lived NPM_TOKEN secret in favour of GitHub-issued OIDC
credentials exchanged via `npm publish --provenance`. Also adds
`--ignore-scripts` so the publish step skips package.json's
`prepublishOnly` (the verify job already ran tests + built the artifact
this job downloads).
Header comment updated with the npmjs.com setup steps so the next
maintainer doesn't have to rediscover them.
0 commit comments