fix: add gitlab to connects

This commit is contained in:
Ruben Fiszel
2022-07-02 21:06:40 +02:00
parent 3636866dda
commit d4e7c9e171
+7
View File
@@ -6,5 +6,12 @@
"workflow",
"repo"
]
},
"gitlab": {
"auth_url": "https://gitlab.com/oauth/authorize",
"token_url": "https://gitlab.com/oauth/token",
"scopes": [
"api"
]
}
}