Skip to content

Commit ce82da5

Browse files
committed
workflows: LAVA schema check: Add permissions
Signed-off-by: Loïc Minier <[email protected]>
1 parent a9e8cb2 commit ce82da5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/lava-schema-check.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@ name: Check LAVA templates
33
on:
44
workflow_call:
55

6+
# implicitely set all other permissions to none
7+
permissions:
8+
contents: read # actions/checkout
9+
610
jobs:
711
schema-check:
812
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)