Skip to content

Commit

Permalink
Trying to read secret
Browse files Browse the repository at this point in the history
  • Loading branch information
joergi committed Sep 13, 2024
1 parent d35309a commit 57b4821
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,6 @@ jobs:
export VAULT_ADDR=http://127.0.0.1:8200
echo "vault status"
vault status
echo "done"
export MYKEY=$(vault kv get -field=MY_PASSWORD /secrets/my-secrets)
echo $MKEY

0 comments on commit 57b4821

Please sign in to comment.