SIENTIAPDE-1084

Refactor Git configuration in quality-gate.yml to remove redundant SSH URL replacement for OAuth2 authentication
This commit is contained in:
vitor-aignosi
2025-09-01 16:39:27 -03:00
parent 38b20c790f
commit 3d7b69e742

View File

@@ -44,7 +44,6 @@ jobs:
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/"
git config --global url."https://oauth2:${GH_APP_TOKEN}@github.com/".insteadOf "git@github.com:"
- name: 🔧 Setup Python
uses: actions/setup-python@v4