Skip to content

Commit

Permalink
Merge pull request #698 from cole-miller/gpg-tty
Browse files Browse the repository at this point in the history
Try to fix sporadic gpg signing failures
  • Loading branch information
cole-miller committed Sep 16, 2024
2 parents baf5865 + 4b084b8 commit b62ae50
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,11 @@ jobs:
sudo apt-get update -qq
sudo apt-get install -qq debhelper devscripts gnupg
- name: Work around GPG issue
run: |
mkdir -p ~/.gnupg
echo "pinentry-mode loopback" >~/.gnupg/gpg.conf
- name: Setup GPG signing key
env:
PPA_SECRET_KEY: ${{ secrets.PPA_SECRET_KEY }}
Expand Down

0 comments on commit b62ae50

Please sign in to comment.