diff --git a/.github/workflows/Benchmark.yml b/.github/workflows/Benchmark.yml index 51074e9c..e2522a00 100644 --- a/.github/workflows/Benchmark.yml +++ b/.github/workflows/Benchmark.yml @@ -10,6 +10,9 @@ concurrency: group: ${{ github.workflow }}-${{ github.ref }} cancel-in-progress: ${{ startsWith(github.ref, 'refs/pull/') }} +permissions: + contents: write + jobs: benchmark: runs-on: ubuntu-latest