abhilash1in/AWS Secrets Manager Action

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

View on GitHub

Trust Signals

Scorecard Score
Scorecard 2–4scored Jul 13, 2026
Maintenance Recency
Stalelast commit May 7, 2022
License
MIT
Runtime
Deprecated runtime

Pinned Snippet

workflow.ymlSHA-pinned
uses: abhilash1in/aws-secrets-manager-action@2cc6ddf66834f7c9432cbcf5846f6d98286be155 # v2.1.0

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
secretsList of secret names you want to fetch secret values foryes
parse-jsonIf true and secret values are stringified JSON objects, they will be parsed and flattened. Its key value pairs will become individual secretsnofalse
disable-warningsIf true, disable annotation warnings in the GitHub Actions output.nofalse

no outputs