kindkitchen/Generate dotenv

Utilize github vars and secrets to create dotenv file from them following instructions

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
vars_objIn most cases may be toJson(vars). Or any other key-value json string{}
secrets_objIn most cases may be toJson(secrets). Or any other key-value json stringO{}
dotenv_pathThe path, where generated dotenv file will be placed (the default is ./.env)./.env
dotenv_contentThe literal content of the dotenv file. Will be placed at the bottom of generated file.""
vars_include_patternRegex by which the keys from vars will be included. (default: "*").*
vars_exclude_patternRegex by which the keys from vars will not be included. Will override `include_vars_pattern` on conflict. (default: null)NOTING_this_is_hardcoded_impossible_pattern{10}
secrets_include_patternRegex by which the keys from secrets will be included. (default: "*").*
secrets_exclude_patternRegex by which the keys from secrets will not be included. Will override `include_secrets_pattern` on conflict. (default: null)NOTING_this_is_hardcoded_impossible_pattern{10}
content_from_vars_include_patternRegex by which the keys from vars will be treated as part of content (many lines with variables) and these contents will be attached. (default: null)""
content_from_secrets_include_patternRegex by which the keys from secrets will be treated as part of content (many lines with variables) and these contents will be attached. (default: null)""

no outputs