diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 4c9abca..51075c9 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -4,6 +4,9 @@ on: pull_request: types: [opened, edited, reopened, synchronize] +permissions: + checks: write # Allow access to checks to write check runs. + jobs: verify: name: Verify PR contents