We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Analysis works when using an access token with minimum scopes. If minimum scopes are not set a proper validation error is displayed.
Minimum scopes are not mentioned on the website and not validated properly when receiving the API result.
@mablae tested public organizations with scope repo:public_repo.
repo:public_repo
I guess for private repositories read:org is additionally needed.
read:org
The text was updated successfully, but these errors were encountered:
OK, for private repositories the complete repo scope must be selected.
repo
Sorry, something went wrong.
Add documentation about access token scopes, #1
fc40e18
Check minimum access token scopes from response headers, #1
1e46182
Improve error output on exceptions, #1
93ea82c
8483a1b
hollodotme
No branches or pull requests
Expected Behavior
Analysis works when using an access token with minimum scopes.
If minimum scopes are not set a proper validation error is displayed.
Actual Behavior
Minimum scopes are not mentioned on the website and not validated properly when receiving the API result.
Steps to Reproduce the Problem
Specifications
Further comments
@mablae tested public organizations with scope
repo:public_repo
.I guess for private repositories
read:org
is additionally needed.The text was updated successfully, but these errors were encountered: