Getting GitHub Tokens
Last updated
Last updated
When integrating with source control and , you need to get GitHub tokens.
To get GitHub tokens:
Log in to your GitHub account.
From your profile picture in the top-right corner select Settings, then scroll down and select Developer settings.
In the Developer settings page, select Personal access tokens > Tokens (classic) and define the parameters as follows.
Name
A significant name that makes it easy to identify the purpose of the token.
Expiration
Set the expiration date as far as possible.
Select scopes
By selecting scopes you define the access permissions.
For GitHub source control - OX integration, select the following scopes:
read:packages
write:org
read:org
read:repo_hook
user:email
For GitHub Issues - OX integration, select the following scopes:
repo
read:user
project
Select Create token.
Copy the token and store it in a different location. After closing this dialog you cannot see it again.