diff --git a/.github/workflows/develop.yml b/.github/workflows/develop.yml index 83dc884af4..0e382aae8b 100644 --- a/.github/workflows/develop.yml +++ b/.github/workflows/develop.yml @@ -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' }}