Skip to content

Commit c7f16af

Browse files
authored
Merge pull request #295 from ergebnis/fix/receive
Fix: Receive key
2 parents e3bd779 + 75bb2bf commit c7f16af

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/continuous-deployment.yml

+3
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,9 @@ jobs:
7878
- name: "Sign composer-normalize.phar with gpg"
7979
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 }}"
8080

81+
- name: "Receive key with gpg"
82+
run: "gpg --receive-key \"${{ secrets.GPG_LOCAL_USER }}\""
83+
8184
- name: "Verify signature of composer-normalize.phar with gpg"
8285
run: "gpg --verify ${{ env.COMPOSER_NORMALIZE_PHAR_SIGNATURE }} ${{ env.COMPOSER_NORMALIZE_PHAR }}"
8386

0 commit comments

Comments
 (0)