diff --git a/.github/workflows/spelling.yml b/.github/workflows/spelling.yml index 5976f1a9fedb4..f44c62b37ffa5 100644 --- a/.github/workflows/spelling.yml +++ b/.github/workflows/spelling.yml @@ -67,6 +67,11 @@ on: - 'reopened' - 'synchronize' +permissions: + pull-requests: write + security-events: write + + jobs: spelling: name: Check Spelling @@ -75,8 +80,6 @@ jobs: pull-requests: read actions: read security-events: write - outputs: - followup: ${{ steps.spelling.outputs.followup }} runs-on: ubuntu-24.04 timeout-minutes: 5 if: "contains(github.event_name, 'pull_request') || github.event_name == 'push'"