Skip to content

Commit c53513e

Browse files
author
yuzelin
committed
try?
1 parent 29bdff0 commit c53513e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/create-source-release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,8 @@ jobs:
2929
- name: Setup GPG
3030
run: |
3131
mkdir -p ~/.gnupg
32-
echo "${{ secrets.GPG_PRIVATE_KEY }}" | gpg --batch --import --yes
32+
chmod 700 ~/.gnupg
33+
echo ${{ secrets.GPG_PRIVATE_KEY }} | gpg --batch --import --yes
3334
echo "use-agent" >> ~/.gnupg/gpg.conf
3435
echo "pinentry-program /usr/bin/pinentry" >> ~/.gnupg/gpg-agent.conf
3536
echo "allow-loopback-pinentry" >> ~/.gnupg/gpg-agent.conf

0 commit comments

Comments
 (0)