From ea20a19bfb96d5e4243bec8197ea16351efd38fc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alo=C3=AFs=20Coquillard?= Date: Thu, 21 May 2026 16:12:46 +0000 Subject: [PATCH] ajout authentification gitea --- .gitea/workflows/deploy.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index 4cfba42..8771556 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -11,8 +11,11 @@ jobs: timeout-minutes: 1 steps: - name: Checkout + env: + GITEA_TOKEN: ${{ secrets.GITEA_TOKEN }} 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 run: |