Skip to content

Commit 1d5c676

Browse files
committed
Make build permissions more restrictive
1 parent 2fd6b7b commit 1d5c676

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/sycl-linux-build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,8 @@ on:
117117
options:
118118
- 3
119119

120-
permissions: read-all
120+
permissions:
121+
contents: read
121122

122123
jobs:
123124
build:

0 commit comments

Comments
 (0)