Skip to content

Commit

Permalink
removes the user agent
Browse files Browse the repository at this point in the history
  • Loading branch information
Vignesh Kennadi committed Sep 10, 2024
1 parent 4d63fb9 commit c23c1f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-lint-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Import GPG Key
run: |
mkdir -p ~/.gnupg
echo "use-agent" > ~/.gnupg/gpg.conf
chmod 700 ~/.gnupg
echo "pinentry-mode loopback" >> ~/.gnupg/gpg.conf
echo "${{ secrets.GPG_PRIVATE_KEY }}" | gpg --batch --import
env:
Expand Down

0 comments on commit c23c1f9

Please sign in to comment.