Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

scripts: update Roasbeef's key ID in verify-install.sh #1249

Merged
merged 1 commit into from
Dec 12, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion scripts/verify-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ MIN_REQUIRED_SIGNATURES=5
# NOTE: Reviewers of this file must make sure that both the key IDs and
# usernames in the list below are unique!
KEYS=()
KEYS+=("E4D85299674B2D31FAA1892E372CBD7633C61696 roasbeef")
KEYS+=("A5B61896952D9FDA83BC054CDC42612E89237182 roasbeef")
KEYS+=("F4FC70F07310028424EFC20A8E4256593F177720 guggero")
KEYS+=("6D664242E706635868EB0C67D55307DC71F37212 jharveyb")
KEYS+=("7D85EF2052C86F6F81D2C59112BF5261A78AFF3D georgetsagk")
Expand Down
Loading