From b3144206d1cbba0a4f4c383269687ccababe19b4 Mon Sep 17 00:00:00 2001 From: "Trez.One" Date: Sun, 19 Oct 2025 06:56:57 -0400 Subject: [PATCH] Removing token lookup. --- action.yml | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/action.yml b/action.yml index d836221..e28f5e4 100644 --- a/action.yml +++ b/action.yml @@ -63,16 +63,6 @@ runs: username=${{ inputs.HC_VAULT_USERNAME }} \ password=${{ inputs.HC_VAULT_PASSWORD }} - - name: Login to Hashicorp Vault with token - shell: bash - if: contains(inputs.HC_VAULT_AUTH, 'token') - env: - VAULT_ADDR: ${{ inputs.HC_VAULT_ADDR }} - VAULT_SKIP_VERIFY: "true" - VAULT_TOKEN: ${{ inputs.HC_VAULT_TOKEN }} - run: | - vault token lookup || echo "⛔ Vault token invalid or expired." - - name: Create env-file from Hashicorp Vault config shell: bash env: