actions-marketplace-validations/Secrets to env
Generate env files from repository secrets
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| secrets | json string of github repository secrets | yes | — |
| secrets_env | — | yes | — |
| prefix_dev | — | no | __DEV__ |
| file_name_dev | — | no | .env.dev |
| prefix_stag | — | no | __STAG__ |
| file_name_stag | — | no | .env.stag |
| prefix_prod | — | no | __PROD__ |
| file_name_prod | — | no | .env |
| overwrite_prod | — | no | false |
Outputs
no outputs