GitHub Integration
Follow these steps to generate a GitHub access token and integrate it with our system:
Step 1: Accessing GitHub Token Generation Screen
tip
You can follow this link and skip this step: https://github.com/settings/personal-access-tokens/new
- Go to your GitHub account.
- Click on your profile icon in the top right corner.
- Select Settings from the dropdown menu.
- In the left sidebar, scroll down and click on Developer settings.
- Under Developer settings, click on Personal access tokens.
- Choose Fine-grained tokens.
- Click on Generate new token.
Step 2: Token Settings
- Give a unique and identifiable name for the token (eg:
illustria-integration-token
) - Set the Expiration to a long period to avoid frequent replacements.
- Select the Resource Owner (Some organizations restrict access to their repositories from personal token, so the correct organization needs to be selected).
- Under Repository access, select All repositories.
- Set the Repository permissions as follows:
- Metadata: Read-only
- Contents: Read-only
- Click Generate Token, copy it and keep this page open until you finish the integration with our system.
Step 3: Integrate the Token with Our System
- Go to our dashboard.
- Navigate to the Integrations tab.
- Click on Configure for the GitHub integration.
- Select Add Integration.
- Paste your token in the provided field.
- Give the integration a unique name.
- Click Finish.
Congratulations! You have successfully integrated your GitHub organization with our system.