From 9a7bf0b1bd5c59b31d580b11b51e9a55a4d0af3f Mon Sep 17 00:00:00 2001 From: Emmanuel Gautier Date: Thu, 28 Mar 2024 11:41:42 +0100 Subject: [PATCH] ci: add pull request write permissions for brew --- .github/workflows/ci.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 85aaa95..cd10846 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -96,10 +96,6 @@ jobs: runs-on: windows-latest if: startsWith(github.ref, 'refs/tags/') - permissions: - contents: write - packages: write - steps: - uses: actions/checkout@v4 with: