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 = [