From 93adb089f439b5d302c11b743262947795f5a581 Mon Sep 17 00:00:00 2001 From: Evrard Van Espen Date: Thu, 20 Nov 2025 17:58:53 +0000 Subject: [PATCH] Testing --- .gitea/workflows/build.yaml | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index a139af8..9955fb4 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -24,11 +24,15 @@ jobs: # pull: true # no-cache: true # tags: "git.vanespen.dev/evanespen/blog:latest" - - name: Setup argocd - run: | - export GIT_TOKEN=${{ env.TOKEN }} - echo $GIT_TOKEN - wget https://github.com/argoproj-labs/argocd-autopilot/releases/download/v0.4.20/argocd-autopilot-linux-amd64.tar.gz - tar xzvf argocd-autopilot-linux-amd64.tar.gz - ./argocd-autopilot-linux-amd64 repo bootstrap --repo https://git.vanespen.dev/blog + - name: Set token + run: export GIT_TOKEN=${{ env.TOKEN }} + - name: DEBUG + run: echo $GIT_TOKEN + # - name: Setup argocd + # run: | + + # echo $GIT_TOKEN + # # wget https://github.com/argoproj-labs/argocd-autopilot/releases/download/v0.4.20/argocd-autopilot-linux-amd64.tar.gz + # # tar xzvf argocd-autopilot-linux-amd64.tar.gz + # # ./argocd-autopilot-linux-amd64 repo bootstrap --repo https://git.vanespen.dev/blog