Skip to content

Commit

Permalink
add permissions for paranoid repositories to coverage report
Browse files Browse the repository at this point in the history
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
  • Loading branch information
jsoref committed Feb 29, 2024
1 parent cfb8c88 commit 9bd8a54
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/coverage.yaml
Expand Up @@ -2,6 +2,10 @@ name: coverage

on: [push]

permissions:
contents: read
pull-requests: write

jobs:
coverage:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 9bd8a54

Please sign in to comment.