Skip to content

Setting Up the Integration

Step 1: Create a GitHub Personal Access Token

Section titled “Step 1: Create a GitHub Personal Access Token”
  1. Go to github.com/settings/tokens
  2. Click Generate new token (classic) or use a fine-grained token
  3. Assign the following scopes:
ScopePurpose
repoRead access to repository content, issues, and pull requests (full private repo access)
read:orgRead organization membership and team data
  1. Click Generate token and copy it (starts with ghp_)

Provide the following credential to your NodeKAT administrator:

  • GitHub PAT (ghp_...) — required

Your administrator will configure NodeKAT to use this token.