Skip to content

Commit

Permalink
try echo
Browse files Browse the repository at this point in the history
  • Loading branch information
yuzelin committed Dec 2, 2024
1 parent c53513e commit 3ce48ae
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/create-source-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ jobs:
run: |
mkdir -p ~/.gnupg
chmod 700 ~/.gnupg
echo "HERE"
echo "${{ secrets.GPG_PRIVATE_KEY }}" > /tmp/gpg_private_key.txt
cat /tmp/gpg_private_key.txt
echo ${{ secrets.GPG_PRIVATE_KEY }} | gpg --batch --import --yes
echo "use-agent" >> ~/.gnupg/gpg.conf
echo "pinentry-program /usr/bin/pinentry" >> ~/.gnupg/gpg-agent.conf
Expand Down

0 comments on commit 3ce48ae

Please sign in to comment.