Skip to content

Commit

Permalink
ci: restrict coverage permissions
Browse files Browse the repository at this point in the history
Signed-off-by: Harald Hoyer <[email protected]>
  • Loading branch information
haraldh committed Apr 14, 2022
1 parent 8f7022e commit 918ba4f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@ name: coverage

on: [ "push", "pull_request" ]

permissions:
contents: read
pull-requests: read

jobs:
coverage:
name: Coverage
Expand Down

0 comments on commit 918ba4f

Please sign in to comment.