Skip to main content

Github Issues

Generate a Personal Access Token on GitHub

  1. Navigate to your Git account settings, then Developer Settings. Click the Personal access tokens menu, then click Generate new token.
  2. Select repo as the scope. The token will be applicable for all the specified actions in your repositories.
  3. Click Generate Token. GitHub will display the personal access token only once. Ensure that you copy the token and store it in a safe space.

We will use this token in the Integrations, which will allow you to create issues, raise pull requests in the repositories from GitHub.