fix(ci): add Github token for downloading CLI
Some checks failed
functions / build (push) Failing after 1m50s
Some checks failed
functions / build (push) Failing after 1m50s
This commit is contained in:
parent
c093ddd759
commit
078ddeb6e5
1 changed files with 4 additions and 2 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue