Skip to main content
In order to configure BuildBuddy’s GitHub integration, you’ll either need to:
  • create an access token with the repo:status scope. This is the supported method for BuildBuddy open source.
  • or create a GitHub OAuth app. In the Authorization callback URL field - you’ll need to enter your BuildBuddy application url, followed by the path /auth/. For example: https://app.buildbuddy.io/auth/. This is the recommended method for BuildBuddy Enterprise.
This section is optional.

Configuration Options

The GitHub section enables the posting of BuildBuddy GitHub commit statuses for CI runs.
access_token
string
The GitHub access token used to post GitHub commit statuses.
client_id
string
The client ID of your GitHub OAuth App.
Enterprise only
client_secret
string
The client secret of your GitHub OAuth App.
Enterprise only

Example Configurations

github:
  access_token: abc123

Build docs developers (and LLMs) love