We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64e37b4 commit 6c4f459Copy full SHA for 6c4f459
.github/workflows/deploy.yaml
@@ -34,7 +34,7 @@ jobs:
34
gpg --import --batch --yes --pinentry-mode loopback --passphrase "${{ secrets.PGP_PASSPHRASE }}" private.key
35
echo "fingerprint=$(gpg --list-secret-keys --with-colons | awk -F: '/^fpr:/ { print $10 }')" >> $GITHUB_ENV
36
rm private.key
37
- with:
+ env:
38
gpg_private_key: ${{ secrets.PGP_SECRET }}
39
passphrase: ${{ secrets.PGP_PASSPHRASE }}
40
0 commit comments