From d998b9b4322b0680309f48dea2f42b17b4270daa Mon Sep 17 00:00:00 2001 From: "Jonathan D.A. Jewell" <6759885+hyperpolymath@users.noreply.github.com> Date: Mon, 21 Sep 2026 09:07:54 +0100 Subject: [PATCH 1/2] fix(ci): grant the calling job the union of the callee's permissions (governance) --- .github/workflows/governance.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/governance.yml b/.github/workflows/governance.yml index 5b53db0..73ca6b4 100644 --- a/.github/workflows/governance.yml +++ b/.github/workflows/governance.yml @@ -29,4 +29,5 @@ jobs: governance: uses: hyperpolymath/standards/.github/workflows/governance-reusable.yml@571cc734cd69fb846032ec77a662aa8ee4fc32cd permissions: - actions: read + actions: read + contents: read From 582bb2d3f9e57ab4a1c856ebbb0df495db40174c Mon Sep 17 00:00:00 2001 From: "Jonathan D.A. Jewell" <6759885+hyperpolymath@users.noreply.github.com> Date: Mon, 21 Sep 2026 09:07:55 +0100 Subject: [PATCH 2/2] fix(ci): grant the calling job the union of the callee's permissions (mirror) --- .github/workflows/mirror.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/mirror.yml b/.github/workflows/mirror.yml index 6de2879..61da6fd 100644 --- a/.github/workflows/mirror.yml +++ b/.github/workflows/mirror.yml @@ -12,3 +12,4 @@ jobs: secrets: inherit permissions: actions: read + contents: read