We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 365fc2b + 7674184 commit d697f18Copy full SHA for d697f18
.github/workflows/release.yaml
@@ -98,7 +98,7 @@ jobs:
98
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 }}"
99
100
- name: "Receive key with gpg"
101
- run: "gpg --receive-key \"${{ secrets.GPG_LOCAL_USER }}\""
+ run: "gpg --keyserver hkps://keys.openpgp.org --receive-key \"${{ secrets.GPG_LOCAL_USER }}\""
102
103
- name: "Verify signature of composer-normalize.phar with gpg"
104
run: "gpg --verify ${{ env.COMPOSER_NORMALIZE_PHAR_SIGNATURE }} ${{ env.COMPOSER_NORMALIZE_PHAR }}"
0 commit comments