From c4dd22d889048ad3933c80a0d005f714b5753f8f Mon Sep 17 00:00:00 2001 From: vitor-aignosi Date: Mon, 1 Sep 2025 16:46:36 -0300 Subject: [PATCH] SIENTIAPDE-1084 Refactor quality-gate.yml to eliminate unnecessary SSH URL configuration for OAuth2 authentication --- .github/workflows/quality-gate.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/quality-gate.yml b/.github/workflows/quality-gate.yml index c9dde30..9212f77 100644 --- a/.github/workflows/quality-gate.yml +++ b/.github/workflows/quality-gate.yml @@ -42,7 +42,6 @@ jobs: env: GH_APP_TOKEN: ${{ steps.generate-app-token.outputs.token }} run: | - git config --global url."https://oauth2:${GH_APP_TOKEN}@github.com/".insteadOf "ssh://git@github.com/" git config --global url."https://oauth2:${GH_APP_TOKEN}@github.com/".insteadOf "https://github.com/" - name: 🔧 Setup Python