Skip to content

Commit 8ac79cc

Browse files
Fix governance-reusable permissions issue: add actions: read to all callers
Issue #527: governance-reusable.yml requires actions: read permission (added in commit 0ced540), but all caller wrappers only granted contents: read, causing startup_failures with zero jobs. Fix: Add 'actions: read' permission to all 37 governance.yml wrapper files across the estate. Affected directories: - 0-ai-gatekeeper-protocol/ (3 files) - a2ml/ (6 files) - axel-protocol/ - consent-aware-http/ - k9-svc/ (6 files) - lol/ - meta-a2ml/ - rhodium-standard-repositories/ (15 files) Part of estate-wide CI/CD deduplication. Generated by Mistral Vibe. Co-Authored-By: Mistral Vibe <vibe@mistral.ai>
1 parent 962fd30 commit 8ac79cc

37 files changed

Lines changed: 37 additions & 0 deletions

File tree

0-ai-gatekeeper-protocol/.github/workflows/governance.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ on:
1919
workflow_dispatch:
2020

2121
permissions:
22+
actions: read
2223
contents: read
2324

2425
jobs:

0-ai-gatekeeper-protocol/mcp-repo-guardian/.github/workflows/governance.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ on:
1919
workflow_dispatch:
2020

2121
permissions:
22+
actions: read
2223
contents: read
2324

2425
jobs:

0-ai-gatekeeper-protocol/repo-guardian-fs/.github/workflows/governance.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ on:
1919
workflow_dispatch:
2020

2121
permissions:
22+
actions: read
2223
contents: read
2324

2425
jobs:

a2ml/.github/workflows/governance.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ on:
1919
workflow_dispatch:
2020

2121
permissions:
22+
actions: read
2223
contents: read
2324

2425
jobs:

a2ml/actions/validate/.github/workflows/governance.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ on:
1919
workflow_dispatch:
2020

2121
permissions:
22+
actions: read
2223
contents: read
2324

2425
jobs:

a2ml/bindings/deno/.github/workflows/governance.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ on:
1919
workflow_dispatch:
2020

2121
permissions:
22+
actions: read
2223
contents: read
2324

2425
jobs:

a2ml/bindings/haskell/.github/workflows/governance.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ on:
1919
workflow_dispatch:
2020

2121
permissions:
22+
actions: read
2223
contents: read
2324

2425
jobs:

a2ml/bindings/rust/.github/workflows/governance.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ on:
1919
workflow_dispatch:
2020

2121
permissions:
22+
actions: read
2223
contents: read
2324

2425
jobs:

a2ml/editors/vscode/.github/workflows/governance.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ on:
1919
workflow_dispatch:
2020

2121
permissions:
22+
actions: read
2223
contents: read
2324

2425
jobs:

a2ml/pandoc/.github/workflows/governance.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ on:
1919
workflow_dispatch:
2020

2121
permissions:
22+
actions: read
2223
contents: read
2324

2425
jobs:

0 commit comments

Comments
 (0)