Skip to content

Commit

Permalink
fix: add permissions to run-pint.yml action
Browse files Browse the repository at this point in the history
  • Loading branch information
asciito committed Oct 19, 2023
1 parent 6569534 commit 7bf28b2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/run-pint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ on:
paths:
- "**.php"

permissions:
contents: write
pull-requests: write

jobs:
pint-code-style:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 7bf28b2

Please sign in to comment.