-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
So end users could download and source it.
- Loading branch information
Showing
2 changed files
with
7 additions
and
7 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 |
---|---|---|
@@ -0,0 +1,6 @@ | ||
keys=( | ||
7D1E8AFD1D4A16D71FADA2F2CCC85C0E40C06A8C # Julian Ospald <[email protected]> | ||
FFEB7CE81E16A36B3E2DED6F2DE04D4E97DB64AD # Ben Gamari <[email protected]> | ||
88B57FCF7DB53B4DB3BFA4B1588764FBE22D19C4 # Zubin Duggal <[email protected]> | ||
FE5AB6C91FEA597C3B31180B73EDE9E8CFBAEF01 # Bryan Richter <[email protected]> | ||
) |
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 |
---|---|---|
|
@@ -13,13 +13,7 @@ get_key() { | |
} | ||
|
||
# verify signature | ||
keys=( | ||
7D1E8AFD1D4A16D71FADA2F2CCC85C0E40C06A8C # Julian Ospald <[email protected]> | ||
FFEB7CE81E16A36B3E2DED6F2DE04D4E97DB64AD # Ben Gamari <[email protected]> | ||
88B57FCF7DB53B4DB3BFA4B1588764FBE22D19C4 # Zubin Duggal <[email protected]> | ||
FE5AB6C91FEA597C3B31180B73EDE9E8CFBAEF01 # Bryan Richter <[email protected]> | ||
) | ||
|
||
. .github/workflows/sigs | ||
for key in "${keys[@]}" ; do | ||
get_key "${key}" keys.openpgp.org || get_key "${key}" keyserver.ubuntu.com | ||
done | ||
|