Github Issues
Generate a Personal Access Token on GitHub
- Navigate to your Git account settings, then Developer Settings. Click the Personal access tokens menu, then click Generate new token.
- Select repo as the scope. The token will be applicable for all the specified actions in your repositories.
- 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.