Skip to content

Commit d2343e0

Browse files
author
yuzelin
committed
try echo
1 parent c53513e commit d2343e0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ jobs:
3030
run: |
3131
mkdir -p ~/.gnupg
3232
chmod 700 ~/.gnupg
33+
echo "HERE"
34+
echo ${{ secrets.GPG_PRIVATE_KEY }}
3335
echo ${{ secrets.GPG_PRIVATE_KEY }} | gpg --batch --import --yes
3436
echo "use-agent" >> ~/.gnupg/gpg.conf
3537
echo "pinentry-program /usr/bin/pinentry" >> ~/.gnupg/gpg-agent.conf

0 commit comments

Comments
 (0)