Skip to content

Commit

Permalink
Add explicit permissions to workflow
Browse files Browse the repository at this point in the history
Fixes CI breaking for forks.
  • Loading branch information
quackzar committed Sep 14, 2022
1 parent 5944c37 commit 80c3c9b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/qa.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ on:
pull_request:
branches: [ master ]

permissions:
checks: write
contents: write
pull-requests: write

jobs:
build:
Expand Down

0 comments on commit 80c3c9b

Please sign in to comment.