From 418ec0db60b4d32a006003badb152f21ab6c5e0c Mon Sep 17 00:00:00 2001 From: Forest Anderson Date: Wed, 21 Aug 2019 10:41:08 -0400 Subject: [PATCH] Add create-envfile An Action that creates an envfile from Github Secrets. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b44c3db..9e2e9ae 100644 --- a/README.md +++ b/README.md @@ -85,6 +85,7 @@ Actions are triggered by GitHub platform events directly in a repo and run on-de - [Update a repository's "Full description" on Docker Hub](https://github.com/mpepping/github-actions/tree/master/docker-hub-metadata) - [GitHub Actions Badges for your README](https://github.com/atrox/github-actions-badge) - [GitHub Actions for Python project with poetry](https://github.com/abatilo/actions-poetry) +- [Create an envfile](https://github.com/SpicyPizza/create-envfile) ### Testing and Linting