SIENTIAPDE-1084

Refactor quality-gate.yml to eliminate unnecessary SSH URL configuration for OAuth2 authentication
This commit is contained in:
vitor-aignosi
2025-09-01 16:46:36 -03:00
parent 3d7b69e742
commit c4dd22d889

View File

@@ -42,7 +42,6 @@ jobs:
env: env:
GH_APP_TOKEN: ${{ steps.generate-app-token.outputs.token }} GH_APP_TOKEN: ${{ steps.generate-app-token.outputs.token }}
run: | 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 "https://github.com/"
- name: 🔧 Setup Python - name: 🔧 Setup Python