FIX GPG for Lyra Silvertongue

This commit is contained in:
Yasser Isa 2024-02-13 19:07:30 -07:00 committed by GitHub
parent 039fdfee99
commit 7bb892b87e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -120,6 +120,7 @@ jobs:
vagrant plugin install --local;
gpg --quick-generate-key --batch --passphrase '' "Lyra Silvertongue (zcash gitian) <lyra.silvertongue@ox.ac.brytain>"
echo "GPG_KEY_ID=\$(gpg --list-keys --with-fingerprint --with-colons | grep fpr: | head -n 1 | sed 's/fpr://g' | sed 's/://g')" >> .env;
echo "GPG_KEY_NAME=lyra.silvertongue" >> .env;
git config --global user.name "Lyra Silvertongue"
git config --global user.email "lyra.silvertongue@ox.ac.brytain"
direnv allow;