Skip to content

Commit 3ffa758

Browse files
committed
fix perms 2
1 parent a589c14 commit 3ffa758

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
@@ -196,6 +196,9 @@ jobs:
196196
benchmark_nightly:
197197
name: '[Nightly] Benchmarks'
198198
needs: [build_nightly]
199+
permissions:
200+
contents: write
201+
packages: read
199202
if: always() && !cancelled() && needs.build_nightly.outputs.build_conclusion == 'success'
200203
strategy:
201204
fail-fast: false

0 commit comments

Comments
 (0)