This commit is contained in:
2025-10-18 09:48:11 -04:00
parent 065b657793
commit b1d0010720
+1 -1
View File
@@ -65,7 +65,7 @@ runs:
- name: Login to Hashicorp Vault with token
shell: bash
if: contains(inputs.HC_VAULT_AUTH,'token') || ${{ inputs.HC_VAULT_AUTH }} == ''
if: contains(inputs.HC_VAULT_AUTH, 'token')
env:
VAULT_ADDR: ${{ inputs.HC_VAULT_ADDR }}
VAULT_SKIP_VERIFY: "true"