From fa839fbdde73147ed9746b7f808ebc34a87298c5 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:35 +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 4b7d991..d201333 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@fcb566cfb8a86cea2d3666bf65a4f177a49b1313 - permissions: - actions: read - contents: read - security-events: write + permissions: + actions: read + contents: read + security-events: write From 533b5aea910b16f16a6fc6c54ff6daeda8dbcb49 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:36 +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 83db628..3c5eef4 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@84355587cb2a1f86e6882de83514a32db2646e7a secrets: inherit - permissions: - actions: read - contents: read - security-events: write + permissions: + actions: read + contents: read + security-events: write