Testing
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 29s

This commit is contained in:
Evrard Van Espen
2025-11-20 17:56:26 +00:00
parent 576abba4b0
commit 450fc18b1a

View File

@@ -27,6 +27,7 @@ jobs:
- name: Setup argocd - name: Setup argocd
run: | run: |
export GIT_TOKEN=${{ env.TOKEN }} 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 \ 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 \ && tar xzvf argocd-autopilot-linux-amd64.tar.gz \
&& ./argocd-autopilot-linux-amd64 repo bootstrap --repo https://git.vanespen.dev/blog && ./argocd-autopilot-linux-amd64 repo bootstrap --repo https://git.vanespen.dev/blog