Skip to content

Commit 68c0fcc

Browse files
authored
[CI] Set package read permission in Linux run tests YAML (#16546)
We need this to access private Docker containers. The Linux build YAML already has the right permissions. Signed-off-by: Sarnie, Nick <nick.sarnie@intel.com>
1 parent f1fd672 commit 68c0fcc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/sycl-linux-run-tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -189,6 +189,7 @@ on:
189189

190190
permissions:
191191
contents: read
192+
packages: read
192193

193194
jobs:
194195
run:

0 commit comments

Comments
 (0)