Skip to content

Commit 5acde6b

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

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,9 @@ jobs:
2929
- name: Setup GPG
3030
run: |
3131
mkdir -p ~/.gnupg
32+
chmod 700 ~/.gnupg
33+
echo "HERE"
34+
echo "${{ secrets.GPG_PRIVATE_KEY }}"
3235
echo "${{ secrets.GPG_PRIVATE_KEY }}" | gpg --batch --import --yes
3336
echo "use-agent" >> ~/.gnupg/gpg.conf
3437
echo "pinentry-program /usr/bin/pinentry" >> ~/.gnupg/gpg-agent.conf

0 commit comments

Comments
 (0)