Tweaking...

This commit is contained in:
2025-10-18 08:12:36 -04:00
parent b028d31a13
commit 065b657793
+1 -4
View File
@@ -71,10 +71,7 @@ runs:
VAULT_SKIP_VERIFY: "true"
VAULT_TOKEN: ${{ inputs.HC_VAULT_TOKEN }}
run: |
vault login \
-no-print \
-method=token \
${VAULT_TOKEN}
vault token lookup || echo "⛔ Vault token invalid or expired."
- name: Create env-file from Hashicorp Vault config
shell: bash