Update README.md

Environment with secrets should be explicitly specified in workflow file
This commit is contained in:
Hamman Samuel 2021-11-13 11:35:09 -05:00 committed by GitHub
parent 65c6a8f943
commit dc7912c07d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -18,6 +18,7 @@ jobs:
web-deploy:
name: 🎉 Deploy
runs-on: ubuntu-latest
environment: myenvironment
steps:
- name: 🚚 Get latest code
uses: actions/checkout@v2