Under Github bot integration, start with filling Github configuration fields
What to enter ?
Your GitHub org’s name
On GitHub, go to your organization page. The name appears in the URL: https://github.com/**your-org-name**
If you don’t have organization follow below steps:
Creating a GitHub Organization is quick and free (for public or basic private repo needs). Here’s a step-by-step guide:
Step-by-Step:
After Creating: You’ll access it at: https://github.com/<org-name>
What to enter ?
A Personal Access Token (PAT) for a GitHub bot/service account.
Go to GitHub → Settings → Developer Settings → Personal access tokens (classic) or fine-grained → Generate new token.
What to enter ?
Name that will appear as the committer in GitHub commits and PRs
What to enter ?
GitHub team slug (e.g. ‘devops-team’) that will be tagged in deployment PRs
What to enter ?
Email address that will be associated with GitHub commits and PRs.
Any valid email associated with the bot (e.g. [email protected])
What to enter ?
A private SSH key used for accessing servers during CD/CI.
Generate a key pair. Upload the public key to the GitHub repo as a deploy key. Paste private key here.