How to represent a Github org as a namespace in the provider registry

We are trying to publish a released provider from a public repo in our Github org. As a user, I can log into registry.terraform.io with my Github creds and have a namespace matching my user. As a member of the org, I can see the provider in the repo I want to publish from. The publish fails though, as there is no GPG public key in a namespace matching the org. How do I setup a namespace that matches our Github org so I can populate it with the GPG key? Or how can I login to the registry as a Github org and not a Github user?

-Steve

It turns out I had to make my user an owner of the Github org. After doing that I was able to select the org to add a GPG Public Key.