Skip to content

Commit 7ce4420

Browse files
committed
give write permissions
1 parent df8990c commit 7ce4420

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.github/workflows/sycl-linux-run-tests.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff 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 }}

.github/workflows/sycl-ur-perf-benchmarking.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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:

0 commit comments

Comments
 (0)