Merge pull request #1979 from emmanuel-ferdman/main

Fix issue in the GitLab provider
This commit is contained in:
Tal 2025-08-06 11:12:38 +03:00 committed by GitHub
commit 96435a34f8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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