Add ARGO variables to the cleanup job
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Nikolai Rodionov 2023-04-24 17:57:11 +02:00
parent bbad5874de
commit 27b1b4acc0
Signed by: allanger
GPG Key ID: 19DB54039EBF8F10
1 changed files with 4 additions and 0 deletions

View File

@ -168,6 +168,10 @@ steps:
RCLONE_CONFIG: /tmp/rclone.conf
GITEA_TOKEN:
from_secret: GITEA_TOKEN
ARGOCD_SERVER:
from_secret: ARGOCD_SERVER
ARGOCD_AUTH_TOKEN:
from_secret: ARGOCD_AUTH_TOKEN
commands:
- echo "$RCLONE_CONFIG_CONTENT" > $RCLONE_CONFIG
- apk update