feat(github): add GitHub App authentication to github-runner-manager#775
Merged
Conversation
cbartz
commented
Mar 31, 2026
Add GitHub App authentication as an alternative to PAT tokens. Includes configuration models, client changes, and tests.
cfb5667 to
5d97db1
Compare
florentianayuwono
approved these changes
Apr 1, 2026
Contributor
florentianayuwono
left a comment
There was a problem hiding this comment.
thanks chris lgtm 👍
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.
Overview
Add GitHub App authentication as an alternative to PAT tokens. Includes configuration models, client changes, and tests.
Does not include charm wiring and docs update to keep PR size small. There will be a follow-up PR containing the charm adaptions.
Original draft PR that contained all changes and copilot review iterations: #774
Rationale
GitHub App authentication provides 3x rate limits for enterprises and does also decouple authentication from specific persons. E.g., with PAT's, it is always required that the person owning the PAT is really an admin on a repository in order to register self-hosted runners.
Checklist
urgent,trivial,complex).github-runner-manager/pyproject.toml.change log and docs will be updated in a follow-up PR.