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 29bdff0 commit 5acde6bCopy full SHA for 5acde6b
.github/workflows/create-source-release.yml
@@ -29,6 +29,9 @@ jobs:
29
- name: Setup GPG
30
run: |
31
mkdir -p ~/.gnupg
32
+ chmod 700 ~/.gnupg
33
+ echo "HERE"
34
+ echo "${{ secrets.GPG_PRIVATE_KEY }}"
35
echo "${{ secrets.GPG_PRIVATE_KEY }}" | gpg --batch --import --yes
36
echo "use-agent" >> ~/.gnupg/gpg.conf
37
echo "pinentry-program /usr/bin/pinentry" >> ~/.gnupg/gpg-agent.conf
0 commit comments