From f5739943bbf0d6d299e1cad68965955f2fe3c1a9 Mon Sep 17 00:00:00 2001 From: Matthias Pigulla Date: Fri, 31 Jan 2020 14:18:37 +0100 Subject: [PATCH] Add `secret-spreader` (#315) * Suggest adding the `secret-spreader` * Revert accidental change * Fix punctuation --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 50c4ce5..e76bc4b 100644 --- a/README.md +++ b/README.md @@ -274,6 +274,7 @@ Set up your GitHub Actions workflow with a specific version of your programming - [Scan for secrets in your source code](https://github.com/cds-snc/github-actions/tree/master/seekret) - [AWS Secrets Manager Actions](https://github.com/say8425/aws-secrets-manager-actions) - Define AWS Secrets Manager secrets to environment values. - [Linting your AWS IAM policy documents for correctness and security issues](https://github.com/xen0l/iam-lint) +- [Secret Spreader](https://github.com/webfactory/secret-spreader) - Not an action per se, but a tool to manage Actions Secrets across a list of repositories. #### Code Coverage