From 01347a4095e1e4607989e9a02487b7a72b948dc3 Mon Sep 17 00:00:00 2001 From: sheldonhull Date: Mon, 9 Sep 2024 11:59:18 -0500 Subject: [PATCH] =?UTF-8?q?ci(lint):=20=E2=9A=99=EF=B8=8F=20add=20pull-req?= =?UTF-8?q?uests=20write=20permissions=20for=20linting=20to=20correctly=20?= =?UTF-8?q?work=20[skip=20ci]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/lint.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 0b28dda..8aed86b 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -7,9 +7,9 @@ on: workflow_dispatch: workflow_call: permissions: - pull-requests: read - contents: read + pull-requests: write checks: write + contents: read jobs: lint: uses: delineaxpm/github-workflows/.github/workflows/lint.yml@main