From 79701303994fef85d427d33720e297a2037b1575 Mon Sep 17 00:00:00 2001 From: Penguin Date: Fri, 20 Dec 2019 18:25:59 +0900 Subject: [PATCH] add AWS Secrets Manager Actions --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 223825a..9d21e5a 100644 --- a/README.md +++ b/README.md @@ -182,6 +182,7 @@ Set up your GitHub Actions workflow with a specific version of your programming - [Close Milestone](https://github.com/WyriHaximus/github-action-close-milestone) - Close the given milestone. - [Action to enforce branch naming rules](https://github.com/deepakputhraya/action-branch-name) - [Install NPM dependencies with caching](https://github.com/bahmutov/npm-install) +- [AWS Secrets Manager Actions](https://github.com/say8425/aws-secrets-manager-actions) - Define AWS Secrets Manager secrets to environment values. ### Testing and Linting