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 }}