Skip to content

Commit c786f3c

Browse files
authored
[CI] Add permissions to sycl-rel-nightly-launch workflow (#18977)
Some tool is complaining. --------- Signed-off-by: Sarnie, Nick <[email protected]>
1 parent f13f10c commit c786f3c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/sycl-rel-nightly-launch.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44

55
name: Scheduled sycl-rel-nightly launch
66

7+
permissions: read-all
8+
79
on:
810
# The sycl-rel-nightly.yml workflow file on the sycl-rel-6_2 branch is most
911
# likely stale. Do not schedule before it's updated.
@@ -14,6 +16,8 @@ on:
1416
jobs:
1517
launch:
1618
if: github.repository == 'intel/llvm'
19+
permissions:
20+
actions: write
1721
runs-on: ubuntu-latest
1822
steps:
1923
- name: Launch

0 commit comments

Comments
 (0)