fix: argocd auth token var
All checks were successful
ci/woodpecker/push/deployment Pipeline was successful
ci/woodpecker/push/build Pipeline was successful

This commit is contained in:
Simon Cornet 2026-05-18 16:09:51 +02:00
commit ed9838a682

View file

@ -10,6 +10,9 @@ steps:
- name: "argo"
# renovate: datasource=docker depName=quay.io/argoproj/argocd
image: "cr.simoncor.net/quay/argoproj/argocd:v3.4.2"
environment:
ARGOCD_AUTH_TOKEN:
from_secret: "argocd_auth_token"
commands:
- argocd app actions run docs-simoncor-net restart
--kind Deployment