From bcef91997b03a58ff9ab955f9cba5d43912fdb86 Mon Sep 17 00:00:00 2001 From: James McKinney <26463+jpmckinney@users.noreply.github.com> Date: Tue, 24 Oct 2023 22:26:22 -0400 Subject: [PATCH] ci: Remove unnecessary permissions --- .github/workflows/lint.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index b7b1b5b3..d7a0ee02 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -6,8 +6,6 @@ jobs: build: if: github.event_name == 'push' || github.event.pull_request.head.repo.full_name != github.repository runs-on: ubuntu-latest - permissions: - contents: write steps: - uses: actions/checkout@v4 with: