We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e3bd779 + 75bb2bf commit c7f16afCopy full SHA for c7f16af
.github/workflows/continuous-deployment.yml
@@ -78,6 +78,9 @@ jobs:
78
- name: "Sign composer-normalize.phar with gpg"
79
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 }}"
80
81
+ - name: "Receive key with gpg"
82
+ run: "gpg --receive-key \"${{ secrets.GPG_LOCAL_USER }}\""
83
+
84
- name: "Verify signature of composer-normalize.phar with gpg"
85
run: "gpg --verify ${{ env.COMPOSER_NORMALIZE_PHAR_SIGNATURE }} ${{ env.COMPOSER_NORMALIZE_PHAR }}"
86
0 commit comments