Skip to content

ci: use authenticated Homebrew tap checkout - #486

Merged
robjtede merged 1 commit into
mainfrom
fix/homebrew-tap-http-auth
Aug 10, 2026
Merged

ci: use authenticated Homebrew tap checkout#486
robjtede merged 1 commit into
mainfrom
fix/homebrew-tap-http-auth

Conversation

@robjtede

@robjtede robjtede commented Aug 9, 2026

Copy link
Copy Markdown
Member

Checks out x52dev/homebrew-tap with the scoped GitHub App token before running the shared updater. The checkout owns Git authentication and persists it only for that tap working tree; the updater uses ordinary Git commands there. The same installation token remains in GH_TOKEN for release downloads and gh pr create.

Pins the merged x52dev/nix#17 commit, which makes the prepared tap checkout a documented requirement and removes manual credential-helper and HTTP-header handling from the updater.

Validation:

  • nix develop -c just check
  • nix flake check path:.
  • nix develop .#ci-release -c x52-update-homebrew-tap --help
  • zizmor .github/workflows/update-homebrew-tap.yml

@coderabbitai

coderabbitai Bot commented Aug 9, 2026

Copy link
Copy Markdown

Review Change Stack

Warning

Review limit reached

@robjtede, you've reached your PR review limit, so we couldn't start this review.

Next review available in: 56 minutes

You've used all free OSS reviews for now. Wait for the free limit to reset to keep reviewing this public repository.

How can I continue?

After more reviews become available, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews.

How do review limits work?

CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability.

For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window.

Please refer docs for additional details.

Review details
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro Plus

Run ID: d8ceb32e-e737-4d42-93d5-6ccd0a3b9ff2

📥 Commits

Reviewing files that changed from the base of the PR and between d8b71d5 and b802fab.

📒 Files selected for processing (1)
  • CHANGELOG.md
📝 Walkthrough

Walkthrough

The Homebrew tap workflow now checks out x52dev/homebrew-tap with the generated GitHub App token. It passes the checkout path to the tap update command through X52_HOMEBREW_TAP_DIRECTORY.

Changes

Homebrew tap update

Layer / File(s) Summary
Tap checkout and update configuration
.github/workflows/update-homebrew-tap.yml
The workflow checks out the Homebrew tap into homebrew-tap and configures the update command with its path.

Estimated code review effort: 2 (Simple) | ~10 minutes

Possibly related PRs

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title clearly and concisely describes the workflow change to use an authenticated Homebrew tap checkout.
✨ Finishing Touches 💡 1
🛠️ Fix failing CI checks 💡
  • Create stacked PR
  • Commit on current branch
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch fix/homebrew-tap-http-auth

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@robjtede
robjtede force-pushed the fix/homebrew-tap-http-auth branch from a9429ec to a146879 Compare August 10, 2026 02:13
@robjtede robjtede changed the title fix: use Homebrew App token HTTP auth fix: use authenticated Homebrew tap checkout Aug 10, 2026
@robjtede
robjtede force-pushed the fix/homebrew-tap-http-auth branch from a146879 to d8b71d5 Compare August 10, 2026 02:18
@robjtede
robjtede marked this pull request as ready for review August 10, 2026 02:19
@robjtede
robjtede force-pushed the fix/homebrew-tap-http-auth branch from d8b71d5 to 716a097 Compare August 10, 2026 02:21
@robjtede
robjtede force-pushed the fix/homebrew-tap-http-auth branch from 716a097 to b802fab Compare August 10, 2026 02:23
@robjtede robjtede changed the title fix: use authenticated Homebrew tap checkout ci: use authenticated Homebrew tap checkout Aug 10, 2026
@robjtede
robjtede merged commit 7007fdd into main Aug 10, 2026
10 of 11 checks passed
@robjtede
robjtede deleted the fix/homebrew-tap-http-auth branch August 10, 2026 02:23
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