From 89c12f3aeeeff3c61eb4db47bce6f08f6de1adc8 Mon Sep 17 00:00:00 2001 From: florisvdg Date: Fri, 1 May 2020 17:08:59 +0200 Subject: [PATCH 1/2] Add SecretHub https://github.com/secrethub/actions --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 4a1227a..81a479e 100644 --- a/README.md +++ b/README.md @@ -277,6 +277,7 @@ Set up your GitHub Actions workflow with a specific version of your programming - [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. - [Secrets Sync Action](https://github.com/google/secrets-sync-action) - Action syncs secrets across multiple repositories. - [Snyk Test Action](https://github.com/snyk/actions) +- [SecretHub](https://github.com/secrethub/actions) - Have a single source of truth for your secrets and load them into GitHub Actions on demand #### Code Coverage From dc54a03a379a25c21531b58552acf9a44fcb83ae Mon Sep 17 00:00:00 2001 From: florisvdg Date: Fri, 1 May 2020 17:18:24 +0200 Subject: [PATCH 2/2] Fix punctuation --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 81a479e..3f9ba23 100644 --- a/README.md +++ b/README.md @@ -277,7 +277,7 @@ Set up your GitHub Actions workflow with a specific version of your programming - [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. - [Secrets Sync Action](https://github.com/google/secrets-sync-action) - Action syncs secrets across multiple repositories. - [Snyk Test Action](https://github.com/snyk/actions) -- [SecretHub](https://github.com/secrethub/actions) - Have a single source of truth for your secrets and load them into GitHub Actions on demand +- [SecretHub](https://github.com/secrethub/actions) - Have a single source of truth for your secrets and load them into GitHub Actions on demand. #### Code Coverage