Hacker News new | ask | show | jobs
by Oompa 3728 days ago
You can add emails to your GPG key. I added my normal committer email to my keybase key and added the key to GitHub as well and all is working well!
3 comments

Awesome. Does it need to be the primary e-mail address/UID? I take it that's required for GitHub to send a verification e-mail.
Yep, works great. `gpg --edit-key` and "add a new uid", then reupload the key to Keybase.
Weird. I have my primary GH email address on my key but still says it's unverified.
Be sure the email you commit with is also on your key. May not be your primary GH email address.
Seems to have just taken awhile for GH to show it as verified. Working now!