Skip to content

Commit

Permalink
cat secretreader and exported
Browse files Browse the repository at this point in the history
  • Loading branch information
joergi committed Jan 5, 2025
1 parent 13445fb commit 0c8383d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/testing-mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,14 +40,14 @@ jobs:
chmod +x superexport.sh
./superexport.sh MYKEY password /my-secrets/dev foo
echo "reading secrets from from secret tools"
source $HOME/.superexport/.secretreader.sh
echo "***** echo secretreader"
cat $HOME/.superexport/.secretreader.sh
echo " ------------- "
echo "***** echo exported"
cat $HOME/.superexport/.exported.sh
echo "reading secrets from from secret tools"
source $HOME/.superexport/.secretreader.sh
echo "mykey is $MYKEY"
echo "GH_ENV=$MYKEY" >> $GITHUB_ENV
Expand Down

0 comments on commit 0c8383d

Please sign in to comment.