From bc450d53b28d00722f5e3aa4c124b5fffed5aefa Mon Sep 17 00:00:00 2001 From: Michal Konecny Date: Thu, 5 Dec 2024 12:02:27 +0100 Subject: [PATCH] [release-monitoring] Use correct scopes for github Signed-off-by: Michal Konecny --- roles/openshift-apps/release-monitoring/templates/anitya.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/openshift-apps/release-monitoring/templates/anitya.toml b/roles/openshift-apps/release-monitoring/templates/anitya.toml index 600bb847e3..a09fe0f80d 100644 --- a/roles/openshift-apps/release-monitoring/templates/anitya.toml +++ b/roles/openshift-apps/release-monitoring/templates/anitya.toml @@ -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