File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -220,6 +220,8 @@ jobs:
220220 if : github.event_name == 'workflow_dispatch' || inputs.skip_run == 'false'
221221 name : ${{ inputs.name }}
222222 runs-on : ${{ fromJSON(inputs.runner) }}
223+ permissions :
224+ contents : write # Needed for benchmarking job to push results
223225 container :
224226 image : ${{ inputs.image || 'ghcr.io/intel/llvm/ubuntu2404_intel_drivers:alldeps'}}
225227 options : ${{ inputs.image_options }}
@@ -361,4 +363,4 @@ jobs:
361363 build_ref : ${{ inputs.repo_ref }}
362364 env :
363365 RUNNER_TAG : ${{ inputs.runner }}
364- GITHUB_TOKEN : ${{ secrets.LLVM_SYCL_BENCHMARK_TOKEN }}
366+ GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change @@ -174,6 +174,8 @@ jobs:
174174 run_benchmarks_build :
175175 name : Run Benchmarks on Build
176176 needs : [ build_sycl, sanitize_inputs ]
177+ permissions :
178+ contents : write
177179 strategy :
178180 matrix :
179181 include :
You can’t perform that action at this time.
0 commit comments