Is it possible to create a new environment for a repository https://github.com/org/repo/settings/environments using the gh
cli?
The only mention of environment
I can find in the manual is here https://cli.github.com/manual/gh_secret_set where it says you can assign a secret to an existing environment, but it seems the environment would have to be created manually.