We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b35024e commit 00102ccCopy full SHA for 00102cc
1 file changed
.github/workflows/ci-cd.yml
@@ -37,6 +37,10 @@ jobs:
37
with:
38
vault_version: 1.9.4
39
40
+ - name: Debug Vault Token
41
+ run: |
42
+ echo "Vault token from login step: '${{ steps.vault_login.outputs.token }}'"
43
+
44
- name: Generate AppRole SecretID
45
id: generate_secret_id
46
env:
0 commit comments