Skip to content

Commit 2601e89

Browse files
authored
add GHA permissions (#147)
<!-- markdownlint-disable MD041 --> #### What this PR does / why we need it #### Which issue(s) this PR fixes <!-- Usage: `Fixes #<issue number>`, or `Fixes (paste link of issue)`. -->
1 parent 99cc3ed commit 2601e89

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/check-manifest-generation-diff.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ name: Check for diff after manifest and generated targets
33
on:
44
pull_request: {}
55

6+
permissions:
7+
contents: read
8+
69
jobs:
710
check:
811
name: Check for diff

0 commit comments

Comments
 (0)