From 0d455b256134100697881e29d770450a4f8be773 Mon Sep 17 00:00:00 2001 From: Filippo Luca Ferretti <102977828+flferretti@users.noreply.github.com> Date: Fri, 28 Feb 2025 15:00:23 +0100 Subject: [PATCH] Pass API token for commenting PRs --- .github/workflows/gpu_benchmark.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/gpu_benchmark.yml b/.github/workflows/gpu_benchmark.yml index 7f1ae3663..a71d7cab5 100644 --- a/.github/workflows/gpu_benchmark.yml +++ b/.github/workflows/gpu_benchmark.yml @@ -57,6 +57,7 @@ jobs: alert-threshold: 150% auto-push: false gh-pages-branch: gh-pages + github-token: ${{ secrets.GITHUB_TOKEN }} - name: Push benchmark result if: github.event_name != 'pull_request'