fix: Update repository URLs for npm OIDC publishing#483
Merged
Conversation
- Update @honkit/markup-it package.json repository URL from GitbookIO to honkit/honkit - Update font-awesome package.json for consistency (not published to npm) - Fixes npm publish error: repository.url must match GitHub Actions environment
Contributor
📦 NPM Package StatusPublished Packages Missing OIDC ConfigurationConfigure OIDC for these packages: Setup Instructions:
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
This PR fixes npm OIDC (OpenID Connect) publishing failures by updating repository URLs in package.json files to match the expected provenance information.
The main issue was with
@honkit/markup-itpackage, which had outdated repository URLs pointing to GitbookIO repositories. When publishing with npm's new OIDC provenance verification, the mismatch between the package.json repository URL and the actual GitHub repository caused publishing to fail with a 422 error.Changes
Critical Fix
@honkit/markup-it: Updated repository URL fromgit+https://github.com/GitbookIO/draft-markup.gittohttps://github.com/honkit/honkit.gitConsistency Update
font-awesome(theme-default): Updated repository URLs from FortAwesome to honkit/honkitContext
The error encountered during npm publish:
Test Plan
@honkit/markup-itcan be published successfully with npm OIDC provenance🤖 Generated with Claude Code
Co-Authored-By: Claude [email protected]