From f529f1646ff08a3083f3afe06b2cd85a87c46795 Mon Sep 17 00:00:00 2001 From: Steve Boyd Date: Tue, 23 Apr 2024 11:18:51 +1200 Subject: [PATCH] FIX Undo permission changes --- .github/workflows/ci.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1bc1904..50072bb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -96,7 +96,6 @@ jobs: permissions: contents: read - pull-requests: read steps: - name: Generate matrix @@ -173,9 +172,6 @@ jobs: outputs: latest_local_sha: ${{ steps.output-sha.outputs.latest_local_sha }} - permissions: - contents: read - steps: - name: Checkout code