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 1e3e8cf
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/coverage.yaml
Expand Up @@ -2,6 +2,9 @@ name: coverage

on: [push]

permissions:
contents: read

jobs:
coverage:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -48,6 +51,9 @@ jobs:
comment:
runs-on: ubuntu-latest
needs: [coverage]
permissions:
pull-requests: write

steps:
- uses: actions/github-script@v6
env:
Expand Down

0 comments on commit 1e3e8cf

Please sign in to comment.