github / gh-migration-analyzer

MIT License
64 stars 21 forks source link

You will need to generate a Personal Access Token (PAT) within your source (Azure DevOps or GitHub). The following scopes are required: #29

Open Henrzac679 opened 1 year ago

Henrzac679 commented 1 year ago

Sure, here are the steps to generate a Personal Access Token (PAT) in GitHub:

  1. Log in to your GitHub account.
  2. Click on your profile picture in the top right corner and select "Settings".
  3. In the left sidebar, click on "Developer settings".
  4. Click on "Personal access tokens".
  5. Click on "Generate new token".
  6. Give your token a name and select the scopes required for the tool to function properly. In this case, the required scopes are "repo" and "admin:org". You can select these scopes by checking the corresponding checkboxes.
  7. Click on "Generate token".
  8. Copy the generated token and store it in a safe place. Note: Make sure to keep your token secure and do not share it with anyone. Also, make sure to revoke the token when you no longer need it.
kwlooi commented 10 months ago

What Custom scopes do I need to use for an ADO PAT?