NOTE: This extension is now part of
gh
core and is no longer supported.
This adds functionality to list and add GPG keys to GitHub until cli/cli#3822 is merged.
gh extension install owenvoke/gh-gpg-key
# List the help
gh gpg-key
# Display a list of GPG keys assigned to your account
gh gpg-key list
# Add a GPG key to your account based on the id or email
gh gpg-key add [keyid|email]
The MIT License (MIT). Please see License File for more information.