Skip to content

fix: use Hyper Gonk GitHub App for CI permissions#1256

Merged
paulbalaji merged 1 commit intomainfrom
pbio/hyper-gonk-ci-permissions
Nov 26, 2025
Merged

fix: use Hyper Gonk GitHub App for CI permissions#1256
paulbalaji merged 1 commit intomainfrom
pbio/hyper-gonk-ci-permissions

Conversation

@paulbalaji
Copy link
Collaborator

Summary

This PR migrates several workflows to use the Hyper Gonk GitHub App token instead of GITHUB_TOKEN or personal access tokens. This fixes CI not triggering on PRs/commits created by automated workflows.

Workflows Updated

Workflow Previous Token Change
release.yml GITHUB_TOKEN Use Hyper Gonk for changesets action
combine.yml COMBINE_CI_TOKEN (PAT) Use Hyper Gonk for checkout
update-hyperlane-deps.yml GITHUB_TOKEN Use Hyper Gonk for checkout and PR creation

Why This Change?

GitHub's security model prevents GITHUB_TOKEN from triggering workflows to avoid infinite loops. This means:

  • Release PRs created by changesets didn't trigger CI
  • Commits pushed by combine workflow didn't trigger CI
  • PRs created by update-hyperlane-deps didn't trigger CI

Using a GitHub App token (Hyper Gonk) allows CI to run on these automated PRs/commits.

Prerequisites

The following secrets must be configured in the repository:

  • HYPER_GONK_APP_ID
  • HYPER_GONK_PRIVATE_KEY

Related

This fixes the issue where CI checks weren't triggered on release PRs
created by the changesets action. PRs created with GITHUB_TOKEN don't
trigger workflows due to GitHub's security restrictions.

Using a GitHub App token (Hyper Gonk) allows CI to run on release PRs.
@changeset-bot
Copy link

changeset-bot bot commented Nov 26, 2025

⚠️ No Changeset found

Latest commit: a678633

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@coderabbitai
Copy link
Contributor

coderabbitai bot commented Nov 26, 2025

Warning

Rate limit exceeded

@paulbalaji has exceeded the limit for the number of commits or files that can be reviewed per hour. Please wait 26 minutes and 37 seconds before requesting another review.

⌛ How to resolve this issue?

After the wait time has elapsed, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

We recommend that you space out your commits to avoid hitting the rate limit.

🚦 How do rate limits work?

CodeRabbit enforces hourly rate limits for each developer per organization.

Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout.

Please see our FAQ for further information.

📥 Commits

Reviewing files that changed from the base of the PR and between f1d913b and a678633.

📒 Files selected for processing (3)
  • .github/workflows/combine.yml (1 hunks)
  • .github/workflows/release.yml (2 hunks)
  • .github/workflows/update-hyperlane-deps.yml (2 hunks)
✨ Finishing touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch pbio/hyper-gonk-ci-permissions

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 and usage tips.

@paulbalaji paulbalaji added this pull request to the merge queue Nov 26, 2025
Merged via the queue into main with commit 6ac0788 Nov 26, 2025
10 checks passed
@paulbalaji paulbalaji deleted the pbio/hyper-gonk-ci-permissions branch November 26, 2025 16:08
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