We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7488f4c commit 0a370dbCopy full SHA for 0a370db
.github/workflows/release.yml
@@ -28,9 +28,10 @@ jobs:
28
name: GPG config
29
run: |
30
mkdir -p ~/.gnupg
31
- cat << EOF >> ~/.gnupg/options
32
- keyserver keys.openpgp.org
33
- keyserver-options auto-key-retrieve
+ cat << EOF >> ~/.gnupg/gpg.conf
+ keyserver hkps://keys.openpgp.org
+ auto-key-import
34
+ auto-key-retrieve
35
EOF
36
37
-
0 commit comments