Skip to content

Commit

Permalink
grr
Browse files Browse the repository at this point in the history
  • Loading branch information
hannes committed Oct 30, 2024
1 parent a60f3bd commit b45f5e5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/Java.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,7 @@ jobs:
shell: bash
run: |
mkdir -p ~/.gnupg
touch ~/.gnupg/passphrase
echo -e "passphrase-file ~/.gnupg/passphrase\npinentry-mode loopback\nno-tty\nbatch\n" > ~/.gnupg/gpg.conf
echo -e "passphrase \"\"\npinentry-mode loopback\nno-tty\nbatch\n" > ~/.gnupg/gpg.conf
#echo -e "allow-loopback-pinentry\n" > ~/.gnupg/gpg-agent.conf
export XML='
Expand Down

0 comments on commit b45f5e5

Please sign in to comment.