From 70a1b61473c4b388ef97b301bb1ea388664ff368 Mon Sep 17 00:00:00 2001 From: ingeniumed Date: Tue, 25 Feb 2025 11:40:35 +1100 Subject: [PATCH] Attempting to reduce permissions that are risky --- .github/workflows/pr-build-live-branch.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/pr-build-live-branch.yml b/.github/workflows/pr-build-live-branch.yml index bf30a21a..d1ce5e7a 100644 --- a/.github/workflows/pr-build-live-branch.yml +++ b/.github/workflows/pr-build-live-branch.yml @@ -27,11 +27,6 @@ jobs: build: if: github.repository_owner == 'Automattic' && github.event.pull_request.draft == false && github.event.pull_request.user.login != 'github-actions[bot]' runs-on: ubuntu-latest - permissions: - contents: write - pull-requests: write - repository-projects: write - id-token: write steps: - uses: actions/checkout@v4 with: