actions-marketplace-validations/Export all secrets to env variables

Utility action that exports all github secrets to environment variables

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
secretsJSON representation of the secrets, use provided placeholder'yes
varsJSON representation of repository/environment variables, , use provided placeholderno
on_collisionHow to handle name collisions between secrets and vars. Options: prefer-secrets, prefer-vars, error, warnnoprefer-secrets
prefixPrefix to add to all secrets, e.g.: SECRET_no
remove_prefixPrefix to remove from secret names before exporting, e.g.: MY_PREFIXED_no
includeComma-separated list of secrets to exportno
excludeComma-separated list of secrets to skip exportingno
convertConverts secrets name to a specific string formatno
convert_prefixInclude prefix (or not) on conversionnotrue
overrideOverride an existing env variable with the same namenotrue

no outputs