Fix github token
This commit is contained in:
@@ -32,7 +32,7 @@ jobs:
|
|||||||
output-file-path: test/end-to-end-tests/performance-entries.json
|
output-file-path: test/end-to-end-tests/performance-entries.json
|
||||||
fail-on-alert: false
|
fail-on-alert: false
|
||||||
# Personal access token to deploy GitHub Pages branch
|
# 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
|
# Push and deploy GitHub pages branch automatically
|
||||||
auto-push: true
|
auto-push: true
|
||||||
# auto-push: ${{ github.ref == 'refs/heads/develop' }}
|
# auto-push: ${{ github.ref == 'refs/heads/develop' }}
|
||||||
|
|||||||
Reference in New Issue
Block a user