Skip to content

Commit

Permalink
Merge pull request #517 from ergebnis/fix/key-server
Browse files Browse the repository at this point in the history
Fix: Specify key server
  • Loading branch information
localheinz authored Aug 17, 2020
2 parents 365fc2b + 7674184 commit d697f18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ jobs:
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 }}"

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

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

0 comments on commit d697f18

Please sign in to comment.