This commit is contained in:
@@ -26,7 +26,8 @@ jobs:
|
||||
# tags: "git.vanespen.dev/evanespen/blog:latest"
|
||||
- name: Setup argocd
|
||||
run: |
|
||||
export GIT_TOKEN=${{ env.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 --git-token ${{ env.TOKEN }} --repo https://git.vanespen.dev/blog
|
||||
&& ./argocd-autopilot-linux-amd64 repo bootstrap --repo https://git.vanespen.dev/blog
|
||||
|
||||
|
||||
Reference in New Issue
Block a user