From 3f693589f71fea560a132506dbbb765840803d8f Mon Sep 17 00:00:00 2001 From: Burak Yigit Kaya Date: Fri, 29 Jan 2021 22:06:25 +0300 Subject: [PATCH] fix(config): extended-permissions is on github-login, not app Fixes the issue where we set an invalid option, `github-app.extended-permissions`, instead of the correct one, `github-login.extended-permissions`. Some people mentioned this warning earlier but never clearly enough to point that it was coming from our default settings suggestions. --- sentry/config.example.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sentry/config.example.yml b/sentry/config.example.yml index f42be825b23..9595a7354f9 100644 --- a/sentry/config.example.yml +++ b/sentry/config.example.yml @@ -76,7 +76,7 @@ transaction-events.force-disable-internal-project: true # GitHub Integration # ###################### -# github-app.extended-permissions: ['repo'] +# github-login.extended-permissions: ['repo'] # github-app.id: GITHUB_APP_ID # github-app.name: 'GITHUB_APP_NAME' # github-app.webhook-secret: 'GITHUB_WEBHOOK_SECRET' # Use only if configured in GitHub