Skip to content

Commit 7903865

Browse files
committed
fix(ci): grant permissions to read the repository content
1 parent f612bff commit 7903865

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/pr.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ name: Pull Request checks
1212
- synchronize
1313
- ready_for_review
1414

15-
permissions: {}
15+
permissions:
16+
contents: read
1617

1718
jobs:
1819
shell_check:

0 commit comments

Comments
 (0)