Token login.

This commit is contained in:
2025-10-18 07:46:54 -04:00
parent 092a340fbc
commit b028d31a13
+3 -1
View File
@@ -69,10 +69,12 @@ runs:
env:
VAULT_ADDR: ${{ inputs.HC_VAULT_ADDR }}
VAULT_SKIP_VERIFY: "true"
VAULT_TOKEN: ${{ inputs.HC_VAULT_TOKEN }}
run: |
vault login \
-no-print \
-method=token
-method=token \
${VAULT_TOKEN}
- name: Create env-file from Hashicorp Vault config
shell: bash