Fix cypress checkout and use github actions environments (#8790)
* Fix cypress checkout and use github actions environments * Harden github token for cypress.yaml * Allow writing status checks
This commit is contained in:
committed by
GitHub
parent
5167521ea4
commit
f53207a4fe
1
.github/workflows/netlify.yaml
vendored
1
.github/workflows/netlify.yaml
vendored
@@ -10,6 +10,7 @@ jobs:
|
||||
deploy:
|
||||
if: github.event.workflow_run.conclusion == 'success' && github.event.workflow_run.event == 'pull_request'
|
||||
runs-on: ubuntu-latest
|
||||
environment: Netlify
|
||||
steps:
|
||||
- name: 📝 Create Deployment
|
||||
uses: bobheadxi/deployments@v1
|
||||
|
||||
Reference in New Issue
Block a user