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: manually exchange OIDC token for npm publish token
The npm CLI does not automatically exchange GitHub OIDC tokens
for npm auth. Fetch OIDC token from GitHub, exchange with npm's
OIDC endpoint, then use the resulting token for publish.