diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml index e8d02402..5abdd38d 100644 --- a/.github/workflows/benchmark.yml +++ b/.github/workflows/benchmark.yml @@ -21,8 +21,8 @@ jobs: uses: rhysd/github-action-benchmark@v1 with: tool: 'go' - auto-push: true + output-file-path: output.txt + github-token: ${{ secrets.PERSONAL_GITHUB_TOKEN }} fail-on-alert: true comment-on-alert: true - output-file-path: output.txt - github-token: ${{ secrets.PERSONAL_GITHUB_TOKEN }} \ No newline at end of file + auto-push: true \ No newline at end of file