Skip to content

Conversation

@ranyitz
Copy link
Owner

@ranyitz ranyitz commented Jan 26, 2026

Summary

  • Add repository field to package.json with the GitHub URL

Why

npm's sigstore provenance verification was failing during publish from GitHub Actions with error:

Error verifying sigstore provenance bundle: Failed to validate repository information: package.json: "repository.url" is "", expected to match "https://github.com/ranyitz/aicm" from provenance

The repository.url in package.json must match the GitHub repository for provenance verification to pass.

Add repository.url to package.json to satisfy npm's sigstore provenance
verification during publish from GitHub Actions.
@ranyitz ranyitz merged commit 403c215 into main Jan 26, 2026
4 checks passed
@ranyitz ranyitz deleted the fix/npm-provenance-repository-url branch January 26, 2026 21:02
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