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 c53513e commit 827659fCopy full SHA for 827659f
.github/workflows/create-source-release.yml
@@ -30,6 +30,12 @@ jobs:
30
run: |
31
mkdir -p ~/.gnupg
32
chmod 700 ~/.gnupg
33
+ echo "HERE"
34
+ if [ -n "${{ secrets.GPG_PRIVATE_KEY }}" ]; then
35
+ echo "GPG Private Key is set."
36
+ else
37
+ echo "GPG Private Key is not set."
38
+ fi
39
echo ${{ secrets.GPG_PRIVATE_KEY }} | gpg --batch --import --yes
40
echo "use-agent" >> ~/.gnupg/gpg.conf
41
echo "pinentry-program /usr/bin/pinentry" >> ~/.gnupg/gpg-agent.conf
0 commit comments