Where To Find Provider Credentials

Use these links to collect the exact values required by the account form.

Back

GitHub

GitHub App ID

Open GitHub Apps, select your app, then copy App ID from the app settings page.

Open personal GitHub Apps
Installation ID

Open installations, select the installed app, and copy the numeric ID from the URL.

Open GitHub installations
Private Key PEM

Inside the GitHub App settings, generate a private key and upload the downloaded PEM file in the form.

Private key docs
Webhook Secret

Set a secret in the GitHub App webhook settings and paste the same value in this app.

Webhook signature docs
Personal Access Token

For testing, create a fine-grained token with repository read permissions.

Create GitHub token

Bitbucket

Atlassian Email

Use the Atlassian account email that created the API token. Do not use the Bitbucket username for API token authentication.

Open Atlassian profile
Workspace Slug

Open the workspace. The slug is usually visible in the URL after bitbucket.org.

Open workspace settings
API Token

Create a scoped Bitbucket API token with workspace and repository read access, then paste it into the form.

Create Atlassian API token