Documentation
Setup
Connecting GitHub
Connect GitHub via OAuth, or fall back to a manual personal access token.
GitHub is how the company opens branches and pull requests. You can connect it two ways.
Two ways to connect
- OAuth — click Connect on the Connections page. Shown when GitHub OAuth is configured for your deployment.
- Manual token — paste a personal access token. Always available as a fallback when OAuth isn't configured.
Callback URL
If you self-host, the OAuth callback URL must match exactly what's registered with GitHub. It is derived from your base URL:
${OAUTH_REDIRECT_BASE_URL}/api/integrations/github/callback