Personal Access Token (Classic):
Personal access tokens are an alternative to using passwords for authentication to GitHub when using the GitHub API or the command line.
Personal access tokens are intended to access GitHub resources on behalf of yourself. To access resources on behalf of an organization, or for long-lived integrations, you should use a GitHub App.
- Official Github Documentation
Steps to generate PAT:โ
In the upper-right corner of any page, click your profile photo, then click
Settings
.Screenshot of a user's account menu on GitHub. The menu item
Settings
is outlined in dark orange.
In the left sidebar, click
Developer settings
.In the left sidebar, under Personal access tokens, click
Tokens (classic)
.Click Generate new token.
Under
Token name
, enter a name for the token.Under
Expiration
, select an expiration for the token.Minimum Required permissions to use PAT on Katonic Platform:
repo
,read:org
,read:user
After the Token generation, Please copy the token and use it in the Katonic platform
.
- Refresh the Github token page and You will see the something like this: