Skip to content

Commit

Permalink
NOOOO
Browse files Browse the repository at this point in the history
  • Loading branch information
hannes committed Oct 30, 2024
1 parent 0c8daca commit e2a7083
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/Java.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ jobs:
- name: Combine JARs
shell: bash
run: |
mkdir -p ~/.gnupg
echo -e "passphrase asdf\npinentry-mode loopback\nno-tty\nbatch\n" > ~/.gnupg/gpg.conf
mkdir -m 400 -p ~/.gnupg
echo -e "passphrase go_sign_yourself\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 e2a7083

Please sign in to comment.