Setting Up the Integration
Step 1: Create a GitHub Personal Access Token
Section titled “Step 1: Create a GitHub Personal Access Token”- Go to github.com/settings/tokens
- Click Generate new token (classic) or use a fine-grained token
- Assign the following scopes:
| Scope | Purpose |
|---|---|
repo | Read access to repository content, issues, and pull requests (full private repo access) |
read:org | Read organization membership and team data |
- Click Generate token and copy it (starts with
ghp_)
Next Steps
Section titled “Next Steps”Provide the following credential to your NodeKAT administrator:
- GitHub PAT (
ghp_...) — required
Your administrator will configure NodeKAT to use this token.