diff --git a/.github/workflows/perf.yml b/.github/workflows/perf.yml index bed7e48ff..da65d9eb7 100644 --- a/.github/workflows/perf.yml +++ b/.github/workflows/perf.yml @@ -18,12 +18,14 @@ jobs: - name: Run benchmark run: make gobenchmark - - name: Store benchmark result - uses: benchmark-action/github-action-benchmark@v1 - with: - tool: 'go' - output-file-path: benchmarks.txt - gh-pages-branch: gh-pages - auto-push: true - github-token: ${{ secrets.GITHUB_TOKEN }} - benchmark-data-dir-path: "docs/dev/bench" + # Disabling until fine-grained permissions token enabled for the + # repository + #- name: Store benchmark result + # uses: benchmark-action/github-action-benchmark@v1 + # with: + # tool: 'go' + # output-file-path: benchmarks.txt + # gh-pages-branch: gh-pages + # auto-push: true + # github-token: ${{ secrets.GITHUB_TOKEN }} + # benchmark-data-dir-path: "docs/dev/bench"