Open
Description
Prerequisites:
Can I create environment and environment variables under this in a repo using github safe-settings admin repo ?
I have 70+ repositories , which needs the same environment and same set of variables.
I'm trying to create an environment and variables under it for repository like sr-*
Does safe setting support this ?
This is the yaml file I placed under suborgs/sr.yml
# Microservice repo environmental variables settings
suborgrepos:
- sr-*
repository:
environments:
deployment:
environment_variables:
tag: "test"
service_account_name: "ss-fab"