On-Premises GitHub
Last updated
Last updated
Follow these steps to seamlessly integrate with GitHub:
Navigate to Settings > Developer settings in Github.
Navigate to Tokens(classic) in Personal access tokens.
Then Click on Generate new token(classic) in Generate new token dropdown.
Provide a name for the token, such as dd-token
. Set the expiration to No expiration.
Note: If the token expires, you'll have to perform the integration once again!!
Check the following scopes:
repo
, read:package
, read:org
, read:repo_hook
, user
, read:discussion
, read:project
.
Click on Generate token.
Copy the generated token.
You can refer On-Premises Agent Installation Guide to successfully setup agent.
With these steps completed, the integration with on-premises Github is successfully done!!