Skip to content

Commit

Permalink
fix: gpg key usage in deb repo workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
3benbox committed Jul 16, 2024
1 parent 3cbc570 commit 4a2326e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/update-deb-repo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ jobs:
echo "allow-loopback-pinentry" >> /tmp/gnupg/gpg-agent.conf
echo "pinentry-mode loopback" >> /tmp/gnupg/gpg.conf
echo "${{ secrets.REPO_GPG_PRIVATE_KEY }}" | gpg --homedir /tmp/gnupg --import --batch
- name: Start GPG Agent
run: eval $(gpg-agent --daemon --homedir /tmp/gnupg)
- name: Install Dependencies
run: sudo apt-get update && sudo apt-get install -y reprepro

Expand Down

0 comments on commit 4a2326e

Please sign in to comment.