Skip to content

Commit e136d50

Browse files
Copilotmustafauysal
andcommitted
Add explicit permissions to CI workflow for security
Co-authored-by: mustafauysal <[email protected]>
1 parent fb27c29 commit e136d50

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ on:
1010
- master
1111
- develop
1212

13+
permissions:
14+
contents: read
15+
1316
jobs:
1417
test:
1518
name: Test (PHP ${{ matrix.php }})

0 commit comments

Comments
 (0)