Typo fix.

This commit is contained in:
2025-10-18 07:38:52 -04:00
parent 8709f591b3
commit 092a340fbc
+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') ||
if: contains(inputs.HC_VAULT_AUTH,'token') || ${{ inputs.HC_VAULT_AUTH }} == ''
env:
VAULT_ADDR: ${{ inputs.HC_VAULT_ADDR }}
VAULT_SKIP_VERIFY: "true"