From 6b3551e14e68aa495d00d22845a90875a2e69d59 Mon Sep 17 00:00:00 2001 From: nikitos Date: Fri, 19 Dec 2025 12:29:30 +0000 Subject: [PATCH] Update .gitea/actions/k8s/action.yaml --- .gitea/actions/k8s/action.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitea/actions/k8s/action.yaml b/.gitea/actions/k8s/action.yaml index 3f1260e..0e92a45 100644 --- a/.gitea/actions/k8s/action.yaml +++ b/.gitea/actions/k8s/action.yaml @@ -23,6 +23,9 @@ inputs: tests: type: bool default: false + vault: + type: bool + default: false runs: using: 'composite' @@ -58,6 +61,7 @@ runs: argocd app sync ${{ inputs.environment }} --resource apps:Deployment:$name; done - name: Refresh secret + if: ${{ inputs.vault == 'true' }} uses: clowdhaus/argo-cd-action/@main with: version: 3.1.3