Uh oh!
There was an error while loading. Please reload this page.
Push skills unsigned until keyless signing lands - #6334
Merged
Conversation
Skill pushes now require either --key or --no-sign, so this workflow has been failing every run since that check landed. Keyless push signing (#6307) is in progress but not yet shipped, so pass --no-sign as an interim measure to unblock CI.
jerm-dro
approved these changes
Aug 14, 2026
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@## main #6334 +/- ##
==========================================
- Coverage 72.96% 72.92% -0.05%
==========================================
Files 742 742 Lines 78236 78236 ==========================================
- Hits 57088 57053 -35 - Misses 17168 17201 +33 - Partials 3980 3982 +2 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
Uh oh!
There was an error while loading. Please reload this page.
jhrozek pushed a commit
to jhrozek/toolhive
that referenced
this pull request
Aug 17, 2026
Skill pushes now require either --key or --no-sign, so this workflow has been failing every run since that check landed. Keyless push signing (stacklok#6307) is in progress but not yet shipped, so pass --no-sign as an interim measure to unblock CI.
4 tasks
1 task
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 freeto 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
--keyor--no-sign, and this workflow passed neither, so every push errors withsigning key required.--no-signto boththv skill pushinvocations to unblock CI. ATODO(#6307)marks where to switch to real signing once it lands.Type of change
Test plan
--no-signto the two existingthv skill pushcalls, no other behavior changes.Generated with Claude Code