Skip to content

Commit

Permalink
Merge pull request #11 from Keeper-Security/fix-gpg
Browse files Browse the repository at this point in the history
Re-re-re-add GPG_TTY but to the `gpg` call
  • Loading branch information
amigus authored Dec 21, 2023
2 parents ed08fa0 + 4b7b544 commit 4a54adb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,11 +74,11 @@ jobs:
- name: Sign checksums
run: |
gpg -vvv --batch --yes --detach-sign --armor checksums.txt \
GPG_TTY=$(tty) gpg -vvv --batch --yes --detach-sign --armor \
--local-user "${{ secrets.GPG_FINGERPRINT }}" \
--output checksums.txt.sig \
--passphrase "${{ secrets.GPG_PASSPHRASE }}" \
--pinentry-mode loopback
--pinentry-mode loopback checksums.txt
- name: Create release
env:
Expand Down

0 comments on commit 4a54adb

Please sign in to comment.