Let's allow users to add environments to their repo.
When the user creates an environment, they should specify only a name, and an empty configuration will be created. The configuration will contain secrets and environment variables. These secrets should be handled just like repo secrets. Environment variables will be variables that do not need to be hidden, but don't change between environment deployments.
Let's allow users to add environments to their repo.
When the user creates an environment, they should specify only a name, and an empty configuration will be created. The configuration will contain secrets and environment variables. These secrets should be handled just like repo secrets. Environment variables will be variables that do not need to be hidden, but don't change between environment deployments.