Skip to content

Commit e330855

Browse files
authored
[CI] Fix status (update-check) permission for sycl cuda e2e (#13377)
The update-check started to fail 2 months ago in https://github.com/intel/llvm/actions/runs/8461500755. Last CUDA e2e success was https://github.com/intel/llvm/actions/runs/8460746056 2 months ago!! So looks like a problem caused by #13173 again..
1 parent ae90070 commit e330855

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/sycl-linux-precommit-aws.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@ permissions:
2020
jobs:
2121
create-check:
2222
runs-on: [Linux, build]
23+
permissions:
24+
checks: write
25+
statuses: write
2326
steps:
2427
- uses: actions/github-script@v7
2528
with:
@@ -77,6 +80,9 @@ jobs:
7780
needs: [create-check, e2e-cuda]
7881
if: always()
7982
runs-on: [Linux, build]
83+
permissions:
84+
checks: write
85+
statuses: write
8086
steps:
8187
- uses: actions/github-script@v7
8288
with:

0 commit comments

Comments
 (0)