Loading deploy/pyinfra/lib/scripts/verify_oauth.py +1 −1 Original line number Diff line number Diff line Loading @@ -74,7 +74,7 @@ def verify_gitlab_oauth(client_id: str, client_secret: str, gitlab_url: str = No return False, "GitLab Client ID or Client Secret is empty" if not gitlab_url: gitlab_url = os.environ.get("GITLAB_URL", "https://forge.etsi.org/rep") gitlab_url = os.environ.get("GITLAB_URL", "https://labs.etsi.org/rep") url = f"{gitlab_url.rstrip('/')}/oauth/token" payload = { Loading Loading
deploy/pyinfra/lib/scripts/verify_oauth.py +1 −1 Original line number Diff line number Diff line Loading @@ -74,7 +74,7 @@ def verify_gitlab_oauth(client_id: str, client_secret: str, gitlab_url: str = No return False, "GitLab Client ID or Client Secret is empty" if not gitlab_url: gitlab_url = os.environ.get("GITLAB_URL", "https://forge.etsi.org/rep") gitlab_url = os.environ.get("GITLAB_URL", "https://labs.etsi.org/rep") url = f"{gitlab_url.rstrip('/')}/oauth/token" payload = { Loading