diff --git a/.github/workflows/validate.yml b/.github/workflows/validate.yml index cd340328b..007ec338f 100644 --- a/.github/workflows/validate.yml +++ b/.github/workflows/validate.yml @@ -25,6 +25,7 @@ jobs: permissions: contents: read pull-requests: read + checks: write # to allow the action to annotate code in the PR. runs-on: ubuntu-22.04 steps: - uses: actions/checkout@v4