In trying to use the new environment
feature in github actions, it appears that it isn’t possible to set a URL for an environment if it may contain secrets. I see this in the logs:
Warning: Skip setting environment url as environment
<environment>
may contain secret.
Given that most deployments will probably require some sort of secrets to deploy, is this intended? If so, is there a way around it or what is the underlying reason for this behavior?