diff --git a/.github/workflows/governance.yml b/.github/workflows/governance.yml index 0d41d7d..0d74f77 100644 --- a/.github/workflows/governance.yml +++ b/.github/workflows/governance.yml @@ -14,7 +14,7 @@ permissions: jobs: governance: uses: hyperpolymath/standards/.github/workflows/governance-reusable.yml@571cc734cd69fb846032ec77a662aa8ee4fc32cd - 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 f474846..886c623 100644 --- a/.github/workflows/mirror.yml +++ b/.github/workflows/mirror.yml @@ -13,7 +13,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 diff --git a/.github/workflows/rust-ci.yml b/.github/workflows/rust-ci.yml index 8e0ad57..48f9cab 100644 --- a/.github/workflows/rust-ci.yml +++ b/.github/workflows/rust-ci.yml @@ -15,7 +15,7 @@ permissions: jobs: rust-ci: uses: hyperpolymath/standards/.github/workflows/rust-ci-reusable.yml@571cc734cd69fb846032ec77a662aa8ee4fc32cd - permissions: - actions: read - contents: read - security-events: write + permissions: + actions: read + contents: read + security-events: write