Skip to content

Commit

Permalink
Add write permissions for checks and pull requests
Browse files Browse the repository at this point in the history
This commit adds write permissions for checks and pull requests in the testing workflow.
  • Loading branch information
nixel2007 committed Jan 23, 2024
1 parent 40b9445 commit acef5b3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ on:

jobs:
test:
permissions:
checks: write
pull-requests: write
strategy:
fail-fast: false
matrix:
Expand Down

0 comments on commit acef5b3

Please sign in to comment.