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
Describe the feature or problem you’d like to solve
The
ghCLI 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