Skip to content

Commit

Permalink
corrects export
Browse files Browse the repository at this point in the history
  • Loading branch information
joergi committed Sep 13, 2024
1 parent 549c377 commit 0d2cbc5
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,9 @@ jobs:
echo "login to vault"
vault login token=vault-plaintext-root-token
vault status
echo "after vault status"
export MYKEY=$(vault kv get -field=password /my-secrets/dev)
echo $MKEY
echo "after export"
echo "MKEY = $MKEY"

0 comments on commit 0d2cbc5

Please sign in to comment.