Skip to content

Commit 3ce48ae

Browse files
author
yuzelin
committed
try echo
1 parent c53513e commit 3ce48ae

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
@@ -30,6 +30,9 @@ jobs:
3030
run: |
3131
mkdir -p ~/.gnupg
3232
chmod 700 ~/.gnupg
33+
echo "HERE"
34+
echo "${{ secrets.GPG_PRIVATE_KEY }}" > /tmp/gpg_private_key.txt
35+
cat /tmp/gpg_private_key.txt
3336
echo ${{ secrets.GPG_PRIVATE_KEY }} | gpg --batch --import --yes
3437
echo "use-agent" >> ~/.gnupg/gpg.conf
3538
echo "pinentry-program /usr/bin/pinentry" >> ~/.gnupg/gpg-agent.conf

0 commit comments

Comments
 (0)