diff --git a/server/controllers/github_app_controller.go b/server/controllers/github_app_controller.go index 11e8863098..7221f2008b 100644 --- a/server/controllers/github_app_controller.go +++ b/server/controllers/github_app_controller.go @@ -119,6 +119,7 @@ func (g *GithubAppController) New(w http.ResponseWriter, r *http.Request) { "pull_requests": "write", "repository_hooks": "write", "statuses": "write", + "administration": "read", }, }