-
Notifications
You must be signed in to change notification settings - Fork 6.9k
Closed
Labels
blockedenhancementa request to improve CLIa request to improve CLIplatformProblems with the GitHub platform rather than the CLI clientProblems with the GitHub platform rather than the CLI client
Description
Describe the feature or problem you’d like to solve
The gh
CLI seems to currently not support fine grained access tokens. This is unfortunate as I'd like to use it in GitHub Actions to do things like create a PR, without having to hand it a traditional access token.
Proposed solution
Fine grained access tokens are supported for all operations in the CLI. This would require the GraphQL API to support them.
Additional context
HTTP 401: Personal access tokens with fine grained access do not support the GraphQL API (https://api.github.com/graphql)
Try authenticating with: gh auth login
piotrooo, owenvoke, pstorozenko, koralowiec, pro100svitlo and 67 moreantonmedv, theonetheycallneo and ppmzhang2
Metadata
Metadata
Assignees
Labels
blockedenhancementa request to improve CLIa request to improve CLIplatformProblems with the GitHub platform rather than the CLI clientProblems with the GitHub platform rather than the CLI client