actions-marketplace-validations/Variable Config Manager
Get config from an external environment variable repository and from a secret manager to be used in GitHub Actions flow
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| pat | Personal access token grabbed from user or service account in GitHub that has the correct access. | yes | — |
| config-repo | Repository that's going to be used for setting up your environment configuration. Looks like this: `ezhao7/variable-config-manager` | yes | — |
| env | Name of the file that you need to use for env config within the repo. Looks like this: `lib/path/dev.yml` or `lib/path/stage.yaml` or `prod.yml` | yes | — |
| google-credentials | Send | — | — |
| google-project | — | — | — |
Outputs
| name | description |
|---|---|
| env-values | Yaml file that is drawn from the repo. |