Skip to content

docs: specify minimum scopes for Personal Access Token

David Dieulivol requested to merge ddieulivol-specify_pat_token_permissions into main

Description

Specifies the default scope needed for a personal access token in the README.

I initially created a personal access token with the api scope only, only to find later on when running glab auth login that it also needed the write_repo scope.

Screenshots (if appropriate):

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • Documentation
  • Chore (Related to CI or Packaging to platforms)

Merge request reports