ci: disable Homebrew tap auto-push (token approval pending) - #37
Merged
Conversation
Drop the `homebrew` publish-job so releases no longer fail on the cross-repo push to ARA-Labs/homebrew-tap, which is blocked on org-owner approval of the HOMEBREW_TAP_TOKEN secret. The homebrew installer still ships the formula as a release artifact; publishing it to the tap is done manually until the token lands. Re-enable via `publish-jobs = ["homebrew"]` in Cargo.toml + `dist generate`.
Collaborator
Author
|
@AmberLJC lemme know when you get a chance to approve the token request |
EYH0602
added a commit
that referenced
this pull request
Jul 20, 2026
The HOMEBREW_TAP_TOKEN secret is now approved by the org owner, so restore the cargo-dist homebrew publish job that #37 removed: add back publish-jobs = ["homebrew"] in Cargo.toml and reinstate the publish-homebrew-formula job in release.yml (restored verbatim from the pre-#37 state, which already carried the checkout@v7 pin from #29; regenerating via dist generate is blocked by allow-dirty = ["ci"]). Roll the [Unreleased] changelog under 0.1.10.
EYH0602
added a commit
that referenced
this pull request
Jul 20, 2026
Drop the homebrew publish-job so releases no longer fail on the cross-repo push to ARA-Labs/homebrew-tap. The HOMEBREW_TAP_TOKEN scope setup is being deferred; the tap is updated manually until it lands. Mirrors #37. The homebrew installer still ships the formula as a release artifact; only the auto-push job is removed. Re-enable via publish-jobs = ["homebrew"] in Cargo.toml + dist generate.
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
The
publish-homebrew-formularelease job fails because its cross-repo push toARA-Labs/homebrew-tapneeds theHOMEBREW_TAP_TOKENsecret, whose approval is gated on the org owner. This disables that auto-push so releases stop failing..github/workflows/release.yml: remove thepublish-homebrew-formulajob and drop its dependency from theannouncejob (needs+if:condition).Cargo.toml: removepublish-jobs = ["homebrew"]from[workspace.metadata.dist], with a comment on why and how to re-enable.The Homebrew installer stays enabled, so the
.rbformula is still built and attached to each GitHub Release — only the automatic push to the tap is gone. Publish to the tap manually until the token is approved.Notes
release.ymlsurgically instead of runningdist generate, to preserve the hand-pinned action SHAs and theactions/checkout@v7bump (protected byallow-dirty = ["ci"])..github/CI tweaks and dist-config manifest metadata are non-functional per the project rules — the shippedarabinary is unchanged.dist planpasses with only the expected "tap specified but publish job disabled" warning.Test plan
.rbformula artifact