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:
Michael Telatynski
2022-06-08 16:00:47 +01:00
committed by GitHub
parent 5167521ea4
commit f53207a4fe
3 changed files with 36 additions and 4 deletions
+1 -1
View File
@@ -53,5 +53,5 @@ jobs:
benchmark-data-dir-path: dev/bench
fail-on-alert: false
comment-on-alert: false
github-token: ${{ secrets.DEPLOY_GH_PAGES }}
github-token: ${{ secrets.ELEMENT_BOT_TOKEN }}
auto-push: ${{ github.ref == 'refs/heads/develop' }}