From b4d1e67eb2a51f001d0879e9c02303c32733620c Mon Sep 17 00:00:00 2001 From: Tim Ireland Date: Fri, 22 May 2026 13:03:48 +0100 Subject: [PATCH] Update cicd-1-pull-request.yaml Added permissions to workflow required when repo non public. --- .github/workflows/cicd-1-pull-request.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/cicd-1-pull-request.yaml b/.github/workflows/cicd-1-pull-request.yaml index 547239d4ec..669d6f85b1 100644 --- a/.github/workflows/cicd-1-pull-request.yaml +++ b/.github/workflows/cicd-1-pull-request.yaml @@ -15,6 +15,8 @@ permissions: id-token: write contents: write packages: read + pull-requests: read + pages: write jobs: metadata: