Skip to content

chore(release): unblock release script for trusted publishing - #241

Merged
benvinegar merged 1 commit into
modem-dev:mainfrom
franky47:fix/trusted-publishing-auth
Jul 29, 2026
Merged

chore(release): unblock release script for trusted publishing#241
benvinegar merged 1 commit into
modem-dev:mainfrom
franky47:fix/trusted-publishing-auth

Conversation

@franky47

Copy link
Copy Markdown
Contributor

Remove legacy token authentication so npm can perform the OIDC exchange during publish.

npm whoami cannot use the OIDC token for API calls, it only works for npm publish. The --provenance flag is also redundant, since using the OIDC flow automatically applies it.

Note: this assumes the sideshow package is configured correctly on npmjs.com for trusted publishing:

  • Owner: modem-dev
  • Repository: sideshow
  • Workflow filename: release.yml
  • Environment: npm
  • Allowed action: npm publish (npm staged publish is a heavier refactor, see my blog post)

Remove legacy token authentication so npm can perform the OIDC exchange during publish.
@benvinegar
benvinegar merged commit b8fe522 into modem-dev:main Jul 29, 2026
9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants