From 3cd421afc776fa5b4089628ca0df1f5396ad600e Mon Sep 17 00:00:00 2001 From: "Jonathan D.A. Jewell" <6759885+hyperpolymath@users.noreply.github.com> Date: Mon, 21 Sep 2026 08:54:23 +0100 Subject: [PATCH 1/2] fix(ci): correct the indentation of the permissions block in governance.yml --- .github/workflows/governance.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/governance.yml b/.github/workflows/governance.yml index 34e75c83..df2c3165 100644 --- a/.github/workflows/governance.yml +++ b/.github/workflows/governance.yml @@ -36,7 +36,7 @@ permissions: jobs: governance: uses: hyperpolymath/standards/.github/workflows/governance-reusable.yml@da2c748aad55c1a1dcba00b60fe4a35017bc6540 - permissions: - actions: read - contents: read - security-events: write + permissions: + actions: read + contents: read + security-events: write From 27473d116154a1b680e8d6145272342f4652a96d Mon Sep 17 00:00:00 2001 From: "Jonathan D.A. Jewell" <6759885+hyperpolymath@users.noreply.github.com> Date: Mon, 21 Sep 2026 08:54:24 +0100 Subject: [PATCH 2/2] fix(ci): correct the indentation of the permissions block in mirror.yml --- .github/workflows/mirror.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/mirror.yml b/.github/workflows/mirror.yml index b52200ce..adac35c1 100644 --- a/.github/workflows/mirror.yml +++ b/.github/workflows/mirror.yml @@ -17,7 +17,7 @@ jobs: mirror: uses: hyperpolymath/standards/.github/workflows/mirror-reusable.yml@571cc734cd69fb846032ec77a662aa8ee4fc32cd secrets: inherit - permissions: - actions: read - contents: read - security-events: write + permissions: + actions: read + contents: read + security-events: write