Skip to content

Commit

Permalink
fix(ci): spelling workflow tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
pront committed Jan 10, 2025
1 parent 1ef01ae commit dc8073f
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/spelling.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,11 @@ on:
- 'reopened'
- 'synchronize'

permissions:
pull-requests: write
security-events: write


jobs:
spelling:
name: Check Spelling
Expand All @@ -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'"
Expand Down

0 comments on commit dc8073f

Please sign in to comment.