Skip to content

Commit d697f18

Browse files
authored
Merge pull request #517 from ergebnis/fix/key-server
Fix: Specify key server
2 parents 365fc2b + 7674184 commit d697f18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ jobs:
9898
run: "gpg --armor --local-user \"${{ secrets.GPG_LOCAL_USER }}\" --output ${{ env.COMPOSER_NORMALIZE_PHAR_SIGNATURE }} --passphrase \"${{ secrets.GPG_KEY_PASSPHRASE }}\" --pinentry-mode loopback --yes --detach-sig ${{ env.COMPOSER_NORMALIZE_PHAR }}"
9999

100100
- name: "Receive key with gpg"
101-
run: "gpg --receive-key \"${{ secrets.GPG_LOCAL_USER }}\""
101+
run: "gpg --keyserver hkps://keys.openpgp.org --receive-key \"${{ secrets.GPG_LOCAL_USER }}\""
102102

103103
- name: "Verify signature of composer-normalize.phar with gpg"
104104
run: "gpg --verify ${{ env.COMPOSER_NORMALIZE_PHAR_SIGNATURE }} ${{ env.COMPOSER_NORMALIZE_PHAR }}"

0 commit comments

Comments
 (0)