From d4e7c9e171cd02a7aa0846b43c127720260600b5 Mon Sep 17 00:00:00 2001 From: Ruben Fiszel Date: Sat, 2 Jul 2022 21:06:40 +0200 Subject: [PATCH] fix: add gitlab to connects --- backend/oauth_connect.json | 7 +++++++ 1 file changed, 7 insertions(+) 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" + ] } }