I’m attempting to create a namespace for my organization, but the CircleCI CLI can’t seem to find my organization on GitHub.
circleci namespace create <name> github <org-name>
I get the following error:
Error: Unable to find organization <org-name> of vcs-type GITHUB: Must have member permission.: the organization '<org-name>' under 'GITHUB' VCS-type does not exist. Did you misspell the organization or VCS?
I have verified that I have not misspelled the name of the organization. My organization has also granted permissions for CircleCI, and I am an org owner. Is there some other permission I’m missing?