Skip to content

Commit a589c14

Browse files
committed
fix perms
1 parent de538b6 commit a589c14

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,9 @@ jobs:
150150
benchmark_dispatch:
151151
name: '[Dispatch] Benchmarks'
152152
needs: [ build_sycl_dispatch, sanitize_inputs_dispatch ]
153+
permissions:
154+
contents: write
155+
packages: read
153156
if: always() && !cancelled() && needs.build_sycl_dispatch.outputs.build_conclusion == 'success'
154157
strategy:
155158
matrix:

0 commit comments

Comments
 (0)