diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index d59687a91..a5cc23b28 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -18,6 +18,7 @@ defaults: permissions: contents: read + pull-requests: write env: CG_EXEC: ionice -c 2 -n 2 nice -n 19 @@ -169,4 +170,4 @@ jobs: uses: codecov/codecov-action@b9fd7d16f6d7d1b5d2bec1a2887e65ceed900238 # v4.6.0 with: token: ${{ secrets.CODECOV_TOKEN }} - fail_ci_if_error: true \ No newline at end of file + fail_ci_if_error: true