From 014da984386e755ca6495e411fff852f52ae2338 Mon Sep 17 00:00:00 2001 From: Ruth Cheesley Date: Mon, 28 Oct 2024 14:06:16 +0000 Subject: [PATCH] Add permissions so it can write to the PR --- .github/workflows/linting.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/linting.yml b/.github/workflows/linting.yml index d8d58070..31a5baf5 100644 --- a/.github/workflows/linting.yml +++ b/.github/workflows/linting.yml @@ -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