GitHub (Cloud & Enterprise)
GitHub Cloud (github.com)
- Token Type: Personal Access Token (Classic)
 - Generation Steps:
You can visit this site to quickly generate token
https://github.com/settings/tokens/new?description=roost-token&scopes=repo,admin:repo_hook,notifications,user
OR
Follow this steps
 
GitHub Enterprise Server
- Token Type: Personal Access Token
 - Generation Steps: Same as GitHub Cloud but on your enterprise instance
 - Base URL: Configure your enterprise server URL (e.g., 
https://github.yourcompany.com) 
Required Permissions:
repo- Full repository access (read/write to code, issues, PRs)admin:repo_hook- Repository webhook managementnotification- Access notificationsuser- Update ALL user data
                
