ajout authentification gitea
Deploy PHP / deploy (push) Failing after 1m1s

This commit is contained in:
2026-05-21 16:12:46 +00:00
parent 64b88edfeb
commit ea20a19bfb
+4 -1
View File
@@ -11,8 +11,11 @@ jobs:
timeout-minutes: 1 timeout-minutes: 1
steps: steps:
- name: Checkout - name: Checkout
env:
GITEA_TOKEN: ${{ secrets.GITEA_TOKEN }}
run: | run: |
git clone --depth 1 https://git.alocoq.fr/sushi/Camilou.fr.git . git clone https://sushi:${GITEA_TOKEN}@git.alocoq.fr/sushi/Camilou.fr.git .
- name: Install kubectl - name: Install kubectl
run: | run: |