Add create-envfile

An Action that creates an envfile from Github Secrets.
This commit is contained in:
Forest Anderson 2019-08-21 10:41:08 -04:00 committed by GitHub
parent 0025bed112
commit 418ec0db60
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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