Skip to content

GitHub Authentication

Create Personal Access Token

Go to GitHub Personal Access Token page and click Generate new token button. Fine-grained permissions is recommended to use. But, Classic permissions is also available.

Create Personal Access Token

Future support for fine-grained permissions is planned.

Classic token permissions

Input the following and click the Generate token button.

  • Expiration .. Specify any expiration date. It is recommended not to be too long.
  • Select scopes .. Select the following scopes.
    • repo .. required to list repository, get contents, push commits, and create pull requests.
    • read:org .. required to list organization repository.