fix(ci): add Github token for downloading CLI
Some checks failed
functions / build (push) Failing after 1m50s

This commit is contained in:
Peter 2025-01-17 11:38:50 +01:00
parent c093ddd759
commit 078ddeb6e5
Signed by: prskr
GPG key ID: F56BED6903BC5E37

View file

@ -36,14 +36,16 @@ jobs:
spin registry push --build code.icb4dc0.de/infrastructure/functions/comics spin registry push --build code.icb4dc0.de/infrastructure/functions/comics
working-directory: comics working-directory: comics
- name: Deploy - name: Upsert Argo App
uses: clowdhaus/argo-cd-action@v2.2.0 uses: clowdhaus/argo-cd-action@v2.2.0
with: with:
command: app create functions command: app create functions
options: -f deploy/argo-app.yaml --upsert --server argo-cd-argocd-server.argo-system.svc --auth-token ${{ secrets.ARGOCD_TOKEN }} --plaintext options: -f deploy/argo-app.yaml --upsert --server argo-cd-argocd-server.argo-system.svc --auth-token ${{ secrets.ARGOCD_TOKEN }} --plaintext
version: "2.13.3" version: "2.13.3"
env:
GITHUB_TOKEN: ${{ secrets.RENOVATE_GITHUB_TOKEN }}
- name: Deploy - name: Deploy KubeSpin apps
uses: clowdhaus/argo-cd-action@v2.2.0 uses: clowdhaus/argo-cd-action@v2.2.0
with: with:
command: app sync functions command: app sync functions