Skip to content

Commit

Permalink
ci: Add content read permission to coverage step (#1739)
Browse files Browse the repository at this point in the history
  • Loading branch information
MarquessV authored Feb 13, 2024
1 parent 025e51e commit 8df3654
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@ jobs:
name: Test Unit
runs-on: ubuntu-latest
permissions:
contents: read
pull-requests: write # allows coverage bot to comment
strategy:
matrix:
Expand Down

0 comments on commit 8df3654

Please sign in to comment.