[release-monitoring] Use correct scopes for github
Signed-off-by: Michal Konecny <mkonecny@redhat.com>
This commit is contained in:
parent
dc9c8442e4
commit
bc450d53b2
1 changed files with 1 additions and 1 deletions
|
@ -61,7 +61,7 @@ github_authorize_url = "https://github.com/login/oauth/authorize"
|
|||
# Github URL for API
|
||||
github_api_base_url = "https://api.github.com/"
|
||||
# Additional arguments for Github authentication
|
||||
github_client_kwargs = { scope = "openid profile email" }
|
||||
github_client_kwargs = { scope = "user" }
|
||||
|
||||
# Fedora OAuth backend variables
|
||||
# Fedora OAuth client id
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue