Skip to content

Field notes from the OIDC trenches.

Every post starts from a real GitHub Issue, an npm docs page, or a Sigstore changelog — and ends with the exact YAML or JSON change that fixed it.

Featured · WORKFLOW May 19, 2026

Migrating from NPM_TOKEN to Trusted Publishing — the 5-Step Migration in a Weekend

A weekend-sized migration plan from long-lived NPM_TOKEN secrets to OIDC trusted publishing on npm. Five steps, each reversible until the last, with the rollback path if a publish fails.

Read the post