mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-01 22:11:01 +08:00
[release-monitoring] Use correct scopes for github
Signed-off-by: Michal Konecny <mkonecny@redhat.com>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user