Skip to content

Commit

Permalink
fix: add missing action permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
saschanowak committed Dec 19, 2024
1 parent 1c1882c commit fb59896
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/apply-coding-standard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ on:
branches:
- main

permissions:
contents: write
pull-requests: write

jobs:
php-coding-standard:
name: 'Apply PHP Coding Standard'
Expand Down

0 comments on commit fb59896

Please sign in to comment.