From dd0b08f97274d469f61036500de8950d2d6c7cd8 Mon Sep 17 00:00:00 2001 From: Lurk Date: Thu, 26 Dec 2024 12:20:50 +0100 Subject: [PATCH] add github token to the bench --- .github/workflows/bench.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/bench.yml b/.github/workflows/bench.yml index f4ad476..0fe6fac 100644 --- a/.github/workflows/bench.yml +++ b/.github/workflows/bench.yml @@ -10,3 +10,4 @@ jobs: with: # Needed. The name of the branch to compare with. This default uses the branch which is being pulled against branchName: ${{ github.base_ref }} + token: ${{ secrets.GITHUB_TOKEN }}