Skip to content

Commit a72b30d

Browse files
authored
ci: add permissions to yml validation workflow (#4678)
As per OpenSSF recommendations, we want to have basic permissions on all our workflows and the yml checker was missing the line. Signed-off-by: Terri Oda <[email protected]>
1 parent 3fa9cfb commit a72b30d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/validate-yml.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
name: Validate mismatch_relations.yml
22

3+
permissions: read-all
4+
35
on:
46
push:
57
paths:

0 commit comments

Comments
 (0)