Where To Find Provider Credentials
Use these links to collect the exact values required by the account form.
GitHub
Open GitHub Apps, select your app, then copy App ID from the app settings page.
Open personal GitHub AppsOpen installations, select the installed app, and copy the numeric ID from the URL.
Open GitHub installationsInside the GitHub App settings, generate a private key and upload the downloaded PEM file in the form.
Private key docsSet a secret in the GitHub App webhook settings and paste the same value in this app.
Webhook signature docsFor testing, create a fine-grained token with repository read permissions.
Create GitHub tokenBitbucket
Use the Atlassian account email that created the API token. Do not use the Bitbucket username for API token authentication.
Open Atlassian profileOpen the workspace. The slug is usually visible in the URL after bitbucket.org.
Open workspace settingsCreate a scoped Bitbucket API token with workspace and repository read access, then paste it into the form.
Create Atlassian API token