From 6a0ee068164b3675914ac29b9e33a5105a004b90 Mon Sep 17 00:00:00 2001 From: Tom Bates Date: Wed, 24 Apr 2024 13:30:12 +0100 Subject: [PATCH] Removed lint permissions --- .github/workflows/lint.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 71f769a4..2dc5cad4 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -7,10 +7,6 @@ on: types: [ opened, reopened, synchronize, ready_for_review ] branches: [ develop, release/*, main ] -permissions: - contents: read - pull-requests: write - jobs: run-linters: name: Run linters