From 5cda0d88c4eda5c26ef3107374f0baafce07a26c Mon Sep 17 00:00:00 2001 From: hieptl Date: Fri, 28 Nov 2025 23:20:25 +0700 Subject: [PATCH] refactor: merge main --- enterprise/allhands-realm-github-provider.json.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/enterprise/allhands-realm-github-provider.json.tmpl b/enterprise/allhands-realm-github-provider.json.tmpl index 0e897dbdac..6cdaa34383 100644 --- a/enterprise/allhands-realm-github-provider.json.tmpl +++ b/enterprise/allhands-realm-github-provider.json.tmpl @@ -1726,7 +1726,7 @@ "syncMode": "IMPORT", "clientSecret": "$GITHUB_APP_CLIENT_SECRET", "caseSensitiveOriginalUsername": "false", - "defaultScope": "openid email profile repo", + "defaultScope": "openid email profile", "baseUrl": "$GITHUB_BASE_URL" } },