diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml index 26ebd0c3aa..53207b9344 100644 --- a/.github/workflows/benchmark.yml +++ b/.github/workflows/benchmark.yml @@ -56,14 +56,15 @@ jobs: output-file-path: output.txt # Where the previous data file is stored external-data-json-path: ./cache/benchmark-data.json - auto-push: false + github-token: ${{ secrets.GITHUB_TOKEN }} + auto-push: true - - name: Setup upterm session - uses: lhotari/action-upterm@v1 + # - name: Setup upterm session + # uses: lhotari/action-upterm@v1 - # Push gh-pages branch by yourself - - name: Push benchmark result - run: git push remote gh-pages:gh-pages --no-verify + # # Push gh-pages branch by yourself + # - name: Push benchmark result + # run: git push remote gh-pages:gh-pages --no-verify # - name: Clean the deployment