User Need
As a platform engineer
I want to enable the new “restricted runnable actions” configuration across Platform Engineering repositories
so that only trusted actions (GitHub-owned and vetted patterns) can run, with a clear exception path.
What’s Needed
Acceptance Criteria
User Comms Plan (if applicable)
- Slack announcement in #govuk-platform-engineering-team with docs.
- 15-minute show-and-tell walking through the new feature in techfortnightly.
Assumptions (optional)
- No breaking workflows once trusted patterns are set; outliers handled via exceptions.
- We can iterate patterns without org-wide enforcement initially.
Risks & Mitigation (optional)
Notes
User Need
As a platform engineer
I want to enable the new “restricted runnable actions” configuration across Platform Engineering repositories
so that only trusted actions (GitHub-owned and vetted patterns) can run, with a clear exception path.
What’s Needed
repos.ymlsets introduced in PR GitHub: restrict runnable actions #2646.actions_organization_permissionsafter Platform rollout.Acceptance Criteria
restrict_github_actions.enabled=truewith the agreed set applied.User Comms Plan (if applicable)
Assumptions (optional)
Risks & Mitigation (optional)
Notes
github_actions_repository_permissions; org defaults later viaactions_organization_permissions). ([GitHub][1])