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 12dedea
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/create-source-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ on:
jobs:
build:
runs-on: ubuntu-latest
env:
GPG_PRIVATE_KEY: ${{ secrets.GPG_PRIVATE_KEY }}

steps:
- name: Checkout code
Expand All @@ -30,7 +32,7 @@ jobs:
run: |
mkdir -p ~/.gnupg
chmod 700 ~/.gnupg
echo ${{ secrets.GPG_PRIVATE_KEY }} | gpg --batch --import --yes
echo GPG_PRIVATE_KEY | gpg --batch --import --yes
echo "use-agent" >> ~/.gnupg/gpg.conf
echo "pinentry-program /usr/bin/pinentry" >> ~/.gnupg/gpg-agent.conf
echo "allow-loopback-pinentry" >> ~/.gnupg/gpg-agent.conf
Expand Down

0 comments on commit 12dedea

Please sign in to comment.