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 dd91e08 commit c51fcd7Copy full SHA for c51fcd7
.github/workflows/deploy.yaml
@@ -31,7 +31,7 @@ jobs:
31
run: |
32
echo "${{ secrets.PGP_SECRET }}" | base64 --decode > private.key
33
gpg --import --batch --yes --pinentry-mode loopback --passphrase "${{ secrets.PGP_PASSPHRASE }}" private.key
34
- echo "fingerprint=$(gpg --list-secret-keys --with-colons | awk -F: '/^fpr:/ { print $10 }')" >> $GITHUB_ENV
+ echo "fingerprint=$(gpg --list-secret-keys --with-colons | awk -F: '/^fpr:/ { print $10 }')" >> "$GITHUB_OUTPUT"
35
rm private.key
36
env:
37
gpg_private_key: ${{ secrets.PGP_SECRET }}
0 commit comments