Skip to content

Commit c23c1f9

Browse files
author
Vignesh Kennadi
committed
removes the user agent
1 parent 4d63fb9 commit c23c1f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-lint-test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Import GPG Key
2525
run: |
2626
mkdir -p ~/.gnupg
27-
echo "use-agent" > ~/.gnupg/gpg.conf
27+
chmod 700 ~/.gnupg
2828
echo "pinentry-mode loopback" >> ~/.gnupg/gpg.conf
2929
echo "${{ secrets.GPG_PRIVATE_KEY }}" | gpg --batch --import
3030
env:

0 commit comments

Comments
 (0)