Skip to content

Commit

Permalink
Add permissions so it can write to the PR
Browse files Browse the repository at this point in the history
  • Loading branch information
RCheesley committed Oct 28, 2024
1 parent 45d7b3a commit 014da98
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/linting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ on:
jobs:
prose:
runs-on: ubuntu-22.04 # See https://github.com/errata-ai/vale-action/issues/128 before upgrading
permissions:
contents: read
pull-requests: write
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit 014da98

Please sign in to comment.