Fix issue in the GitLab provider

Signed-off-by: Emmanuel Ferdman <emmanuelferdman@gmail.com>
This commit is contained in:
Emmanuel Ferdman 2025-08-05 23:38:12 -07:00
parent 395e5a2e04
commit 807ce6ec65
No known key found for this signature in database
GPG key ID: 0CF84597DD87A9FF

View file

@ -49,7 +49,7 @@ class GitLabProvider(GitProvider):
if auth_method == "oauth_token": if auth_method == "oauth_token":
self.gl = gitlab.Gitlab( self.gl = gitlab.Gitlab(
url=gitlab_url, url=gitlab_url,
oauth_token=gitlab_access_token oauth_token=gitlab_access_token,
ssl_verify=ssl_verify ssl_verify=ssl_verify
) )
else: # private_token else: # private_token