diff --git a/.github/workflows/run_benchmarks.yml b/.github/workflows/run_benchmarks.yml index 3e05407..e0a3558 100644 --- a/.github/workflows/run_benchmarks.yml +++ b/.github/workflows/run_benchmarks.yml @@ -14,6 +14,7 @@ jobs: defaults: run: working-directory: bench + token: ${{ secrets.PERSONAL_ACCESS_TOKEN_ACTIONS }} steps: - uses: actions/checkout@v4 with: