mirror of
https://github.com/element-hq/element-web
synced 2024-11-26 11:15:53 +03:00
Fix github token
This commit is contained in:
parent
55a9915c55
commit
2b2e83b9e7
1 changed files with 1 additions and 1 deletions
2
.github/workflows/develop.yml
vendored
2
.github/workflows/develop.yml
vendored
|
@ -32,7 +32,7 @@ jobs:
|
|||
output-file-path: test/end-to-end-tests/performance-entries.json
|
||||
fail-on-alert: false
|
||||
# Personal access token to deploy GitHub Pages branch
|
||||
github-token: ${{ secrets.PERSONAL_GITHUB_TOKEN }}
|
||||
github-token: ${{ secrets.DEPLOY_GH_PAGES }}
|
||||
# Push and deploy GitHub pages branch automatically
|
||||
auto-push: true
|
||||
# auto-push: ${{ github.ref == 'refs/heads/develop' }}
|
||||
|
|
Loading…
Reference in a new issue