GitHub Personal Access Token Setup
Follow these steps to create a Personal Access Token for BonData.Step 1: Create a Personal Access Token
- Go to GitHub Settings → Developer Settings → Personal Access Tokens
- Click Generate new token → Generate new token (classic)
- Enter a note (e.g.,
BonData Integration) - Select an expiration (or no expiration)
- Select scopes:
repo- Full control of private repositoriesread:user- Read user profile data
- Click Generate token
- Copy the token - it starts with
ghp_and won’t be shown again
Step 2: Identify Your Repository
Find the owner and repository name from your GitHub URL:- URL:
https://github.com/mycompany/myrepo - Owner:
mycompany - Repository:
myrepo