How can i generate Git-Hub personal access token ?

Updated by Kelly watts

In order to acquire a token user needs to follow these steps:
  1. Login into your GitHub account with admin access.
  2. Go to settings - - - - > Developer settings - - - - > Personal access tokens.

Click on Generate new token.

  1. Provide a helpful description and select scopes public repo and read: user from the repo and the user categories respectively.

  1. Once this is done user just needs to copy and save the generated token for further use.


How did we do?