Skip to content

Commit

Permalink
Update testing.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
joergi authored Sep 14, 2024
1 parent 522161a commit 1a68f7e
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,14 @@ jobs:
vault login token=vault-plaintext-root-token
vault status
echo "after vault status"
export MYKEY=$(vault kv get -field=password /my-secrets/dev)
touch $HOME/.superexport/.exported.sh
chmod +x $HOME/.superexport/.exported.sh
chmod +x superexport.sh
./superexport.sh MYKEY password /my-secrets/dev foo
echo "after export"
echo $(vault kv get -field=password /my-secrets/dev)
source HOME/.superexport/.secretreader.sh
env
echo "after printing vault"
echo "MKEY" + $MYKEY
ls -lah
Expand Down

0 comments on commit 1a68f7e

Please sign in to comment.