Skip to content

Commit ff3d19b

Browse files
authored
Merge pull request #134 from matsuo/remove-unnecessary-github-token-permissions
Update php.yml to remove unnecessary GITHUB_TOKEN permissions
2 parents e61f27a + f7aac65 commit ff3d19b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/php.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ on:
1010
schedule:
1111
- cron: '0 9 15 * *'
1212

13+
permissions:
14+
contents: read
15+
1316
jobs:
1417
test:
1518
name: Test

0 commit comments

Comments
 (0)