actions-marketplace-validations/AWS Secrets Manager Action3

Use secrets from AWS Secrets Manager as environment variables in your GitHub Actions workflow

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
Runtime
Deprecated runtime
namedescriptionrequireddefault
secretsList of secret names you want to fetch secret values forno""
mapped-secretsList of mapped secret options. I.e. [{"prefix": "MY", "secret": "secret_name"}]. JSON keys from secret are mapped using prefix to env variables.no[]
parse-jsonIf true and secret values are stringified JSON objects, they will be parsed and flattened. Its key value pairs will become individual secretsnofalse

no outputs