forked from squizlabs/PHP_CodeSniffer
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
4 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -80,10 +80,12 @@ jobs: | |
# GH_TOKEN: ${{ github.token }} | ||
|
||
- name: Download public key | ||
env: | ||
FINGERPRINT: 0x689DAD778FF08760E046228BA978220305CD5C32 | ||
# run: gpg --keyserver https://keys.openpgp.org/ --search-keys [email protected] | ||
# run: gpg --keyserver hkps://keys.openpgp.org --recv-keys 0x689DAD778FF08760E046228BA978220305CD5C32 | ||
# run: gpg --keyserver keys.openpgp.org --recv-keys 689DAD778FF08760E046228BA978220305CD5C32 | ||
run: gpg --keyserver keys.openpgp.org --recv-keys 689DAD778FF08760E046228BA978220305CD5C32 | gpg --import | ||
run: gpg --keyserver keys.openpgp.org --recv-keys $FINGERPRINT | ||
# run: gpg --keyserver keys.openpgp.org --recv-keys 689DAD778FF08760E046228BA978220305CD5C32 | gpg --import | ||
|
||
- name: "DEBUG: List public keys" | ||
run: gpg -k | ||
|