abhilash1in / aws-secrets-manager-action

Use secrets from AWS Secrets Manager as environment variables in your GitHub Actions workflow
MIT License
68 stars 43 forks source link

Select a list of keys from a json secret #39

Open kaykhan opened 2 years ago

kaykhan commented 2 years ago

When fetching a json secret is it possible to specify a list of secret names that you want to fetch, so it doesn't fetch all the secrets in the json?