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