Skip to content

Commit 1a5e6f0

Browse files
committed
set read-all permissions for windows workflow
1 parent 84be1e1 commit 1a5e6f0

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/sycl-nightly.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -163,9 +163,7 @@ jobs:
163163
strategy:
164164
fail-fast: false
165165
uses: ./.github/workflows/sycl-windows-run-tests.yml
166-
permissions:
167-
contents: write
168-
packages: read
166+
permissions: read-all
169167
with:
170168
name: "E2E with enabled NewOffloadModel"
171169
runner: ${{ inputs.runner }}

0 commit comments

Comments
 (0)