We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c46c6fd commit 2e1984bCopy full SHA for 2e1984b
.github/workflows/build-prod.yml
@@ -9,18 +9,12 @@ jobs:
9
runs-on: [self-hosted, dev] # Cible le runner de production
10
11
steps:
12
- - name: Configurer Git avec le token
13
- shell: cmd
14
- run: |
15
- git config --global url."https://${{ secrets.AUTOMATISATION_BUILD }}@github.com".insteadOf "https://github.com"
16
- git config --global credential.helper store
17
- echo "https://${{ secrets.AUTOMATISATION_BUILD }}:x-oauth-basic@github.com" > %USERPROFILE%\.git-credentials
18
-
19
- name: Checkout du code
20
uses: actions/checkout@v4
21
with:
22
token: ${{ secrets.AUTOMATISATION_BUILD }}
23
submodules: recursive
+ persist-credentials: true
24
25
- name: Vérifier les sous-modules
26
shell: cmd
0 commit comments