github-release-resource
github-release-resource copied to clipboard
Allow V3 API to be forced with an access token in use
Since #102, the V4 (graphql) API has been used whenever access tokens are provided.
However, the graphql API does not support fine-grained personal access tokens; attempting to use them results in an error (Personal access tokens with fine grained access do not support the GraphQL API). For users wishing to use such tokens, the V3 API appears to be the only available option.
CC: @kirillbilchenko