actions-marketplace-validations/AWS Secrets Manager Action
Use secrets from AWS Secrets Manager as environment variables in your GitHub Actions workflow
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit May 7, 2022
- License
- MIT
- Runtime
- Deprecated runtime
Pinned Snippet
uses: actions-marketplace-validations/abhilash1in_aws-secrets-manager-action@2cc6ddf66834f7c9432cbcf5846f6d98286be155 # no releases — HEAD as of 2026-07-20tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| secrets | List of secret names you want to fetch secret values for | yes | — |
| parse-json | If true and secret values are stringified JSON objects, they will be parsed and flattened. Its key value pairs will become individual secrets | no | false |
| disable-warnings | If true, disable annotation warnings in the GitHub Actions output. | no | false |
Outputs
no outputs