Skip to content

Commit

Permalink
try echo1
Browse files Browse the repository at this point in the history
  • Loading branch information
yuzelin committed Dec 2, 2024
1 parent 4829568 commit 0322ef0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/create-source-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ jobs:
run: |
mkdir -p ~/.gnupg
chmod 700 ~/.gnupg
echo "$GPG_PRIVATE_KEY" > /tmp/gpg_private_key.asc
echo "Length of private key: $(wc -c < /tmp/gpg_private_key.asc)"
echo $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 0322ef0

Please sign in to comment.