Skip to content

Commit

Permalink
commented gpg configuration step
Browse files Browse the repository at this point in the history
  • Loading branch information
Vignesh Kennadi committed Sep 9, 2024
1 parent 737160d commit 8316aeb
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/build-lint-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,15 @@ jobs:
java-version: '11'
cache: maven

- name: Configure GPG
run: |
mkdir -p ~/.gnupg
chmod 700 ~/.gnupg
echo "use-agent" > ~/.gnupg/gpg.conf
echo "pinentry-mode loopback" >> ~/.gnupg/gpg.conf
echo "default-cache-ttl 600" >> ~/.gnupg/gpg-agent.conf
echo "max-cache-ttl 7200" >> ~/.gnupg/gpg-agent.conf
gpgconf --reload gpg-agent
# - name: Configure GPG
# run: |
# mkdir -p ~/.gnupg
# chmod 700 ~/.gnupg
# echo "use-agent" > ~/.gnupg/gpg.conf
# echo "pinentry-mode loopback" >> ~/.gnupg/gpg.conf
# echo "default-cache-ttl 600" >> ~/.gnupg/gpg-agent.conf
# echo "max-cache-ttl 7200" >> ~/.gnupg/gpg-agent.conf
# gpgconf --reload gpg-agent

- name: Import GPG Key
run: |
Expand Down

0 comments on commit 8316aeb

Please sign in to comment.