Skip to content

Fix GitHub Packages publish provenance error - #15

Merged
paladini merged 1 commit into
mainfrom
fix/gh-packages-disable-provenance
Jul 23, 2026
Merged

Fix GitHub Packages publish provenance error#15
paladini merged 1 commit into
mainfrom
fix/gh-packages-disable-provenance

Conversation

@paladini

Copy link
Copy Markdown
Owner

Summary

  • Fixes github-packages publish failure: publishConfig.provenance: true (for npmjs OIDC) required id-token: write and broke GH Packages publish.
  • Deletes publishConfig.provenance at runtime in the GH Packages job only; npmjs job and package.json remain unchanged.

Test plan

  • Merge and re-run Actions → Publish → Run workflow on main.
  • Confirm @paladini/mcp-me@0.6.0 appears on GitHub Packages and is public.

package.json enables provenance for npmjs Trusted Publishing; GH Packages publish with GITHUB_TOKEN must drop that flag so publish does not require id-token write.
@paladini
paladini merged commit fcb6177 into main Jul 23, 2026
2 checks passed
@paladini
paladini deleted the fix/gh-packages-disable-provenance branch July 23, 2026 22:47
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.

1 participant