diff --git a/backend/oauth_connect.json b/backend/oauth_connect.json index 5496551154..2f465c7b0f 100644 --- a/backend/oauth_connect.json +++ b/backend/oauth_connect.json @@ -6,5 +6,12 @@ "workflow", "repo" ] + }, + "gitlab": { + "auth_url": "https://gitlab.com/oauth/authorize", + "token_url": "https://gitlab.com/oauth/token", + "scopes": [ + "api" + ] } }