Create Github Access Token

Execution sequence

  1. From your Github homepage interface
  • Click on the user avatar icon in the top right corner, select Settings TOKEN
  1. We will be redirected to the Settings page
  • Scroll down to the bottom, select Developer Settings
  • In the Developer Settings page, scroll down to the bottom. In the Personal access tokens field, select Tokens (classic)
  • In the Personal access tokens (classic) field, select Generate new token, then select General new tokens (classic)
    (Note: At this step, Github might ask you to provide your login password) TOKEN
  1. We will be redirected to the New personal access tokens (classic) page
  • In the Note field, enter github_token
  • In the Select scopes field, select two options: repo and workflow
  • Scroll down to the bottom, select Generate token TOKEN
  1. We will be provided with a new token. Save this token for use in the next steps TOKEN

token will only appear once after creation, and it will disappear if you reload the page. So, be sure to save it carefully.