We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3dd4b2a commit cd29471Copy full SHA for cd29471
1 file changed
.github/workflows/decrypt.yml
@@ -22,6 +22,8 @@ jobs:
22
run: |
23
set -x
24
gpg --quiet --batch --yes --decrypt --passphrase="$REFPROP_GPG_PASSPHRASE" --output REFPROP.zip REFPROP.zip.gpg
25
+ unzip REFPROP.zip -d REFPROP
26
+ ls REFPROP
27
env:
28
REFPROP_GPG_PASSPHRASE: ${{ secrets.REFPROP_GPG_PASSPHRASE }}
29
0 commit comments