Skip to content

Commit f7aac65

Browse files
committed
Update php.yml to remove unnecessary GITHUB_TOKEN permissions
1 parent e61f27a commit f7aac65

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.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)