add AWS Secrets Manager Actions (#284)

add AWS Secrets Manager Actions
This commit is contained in:
Gary Ewan Park 2019-12-22 21:43:54 +00:00 committed by GitHub
commit a438a51306
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -184,6 +184,7 @@ Set up your GitHub Actions workflow with a specific version of your programming
- [Action to enforce branch naming rules](https://github.com/deepakputhraya/action-branch-name) - [Action to enforce branch naming rules](https://github.com/deepakputhraya/action-branch-name)
- [Install NPM dependencies with caching](https://github.com/bahmutov/npm-install) - [Install NPM dependencies with caching](https://github.com/bahmutov/npm-install)
- [Expose slug of some GitHub variables](https://github.com/marketplace/actions/github-slug) - [Expose slug of some GitHub variables](https://github.com/marketplace/actions/github-slug)
- [AWS Secrets Manager Actions](https://github.com/say8425/aws-secrets-manager-actions) - Define AWS Secrets Manager secrets to environment values.
### Testing and Linting ### Testing and Linting