Upgrade github-action-benchmark

pull/21833/head
Germain Souquet 2021-06-15 10:01:05 +01:00
parent 6f6a128587
commit 55a9915c55
1 changed files with 3 additions and 2 deletions

View File

@ -26,12 +26,13 @@ jobs:
path: ./cache
key: ${{ runner.os }}-benchmark
- name: Store benchmark result
uses: matrix-org/github-action-benchmark@jsperfentry
uses: matrix-org/github-action-benchmark@jsperfentry-1
with:
tool: 'jsperformanceentry'
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.DEPLOY_GH_PAGES }}
github-token: ${{ secrets.PERSONAL_GITHUB_TOKEN }}
# Push and deploy GitHub pages branch automatically
auto-push: true
# auto-push: ${{ github.ref == 'refs/heads/develop' }}