From dc8073f945ad9293db939612fc0fc4a27ffa1f9a Mon Sep 17 00:00:00 2001 From: Pavlos Rontidis Date: Fri, 10 Jan 2025 13:50:43 -0500 Subject: [PATCH] fix(ci): spelling workflow tweaks --- .github/workflows/spelling.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) 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'"