Skip to content

Commit 51894e4

Browse files
Add read permissions for contents in validate-rules workflow
1 parent d4a362e commit 51894e4

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/validate-rules.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
---
22
name: Validate Rules
33

4+
permissions:
5+
contents: read
6+
47
on:
58
pull_request:
69
paths:

0 commit comments

Comments
 (0)