From cc2d896b2d260692f957d9bc13cef280aef99a23 Mon Sep 17 00:00:00 2001 From: Greg Furman Date: Mon, 15 Jun 2026 14:36:46 +0200 Subject: [PATCH] fix(ci): go-benchmark GH permissions --- .github/workflows/go-benchmarks.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/go-benchmarks.yml b/.github/workflows/go-benchmarks.yml index 2a4fb06618..2a7407fa16 100644 --- a/.github/workflows/go-benchmarks.yml +++ b/.github/workflows/go-benchmarks.yml @@ -78,6 +78,7 @@ jobs: if: steps.packages.outputs.found == 'true' && steps.benchstat.outputs.empty == 'false' uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0 with: + github-token: ${{ secrets.GITHUB_TOKEN }} script: | const result = `${{ steps.benchstat.outputs.result }}`; const lines = [