diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index b478f20ac..b985d1103 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -1,11 +1,13 @@ name: CI Coverage for PR -on: - pull_request: +on: [ pull_request, pull_request_target ] jobs: coverage: runs-on: ubuntu-latest + permissions: + contents: read + pull-requests: write steps: - uses: actions/checkout@v3 with: