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 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