diff --git a/.github/workflows/governance.yml b/.github/workflows/governance.yml index f0b7700..331bfe6 100644 --- a/.github/workflows/governance.yml +++ b/.github/workflows/governance.yml @@ -28,3 +28,5 @@ permissions: jobs: governance: uses: hyperpolymath/standards/.github/workflows/governance-reusable.yml@571cc734cd69fb846032ec77a662aa8ee4fc32cd + permissions: + actions: read diff --git a/.github/workflows/mirror.yml b/.github/workflows/mirror.yml index 9e27470..80b8f38 100644 --- a/.github/workflows/mirror.yml +++ b/.github/workflows/mirror.yml @@ -10,3 +10,5 @@ jobs: mirror: uses: hyperpolymath/standards/.github/workflows/mirror-reusable.yml@571cc734cd69fb846032ec77a662aa8ee4fc32cd secrets: inherit + permissions: + actions: read