DashboardpublishAlways enable workflow_dispatch for man…

Always enable workflow_dispatch for manual recovery

Category: preference
Confidence: 1.00
ID: 01a082db-d85a-7251-bf32-ce04e6c52069
Project ID: ac098440-8723-4582-9021-39e07a608100
Cross-project: No
Recalled in other projects: 0
Source session: 0Y8WEQRI0cAu0hbSG
Created: 2026-09-08 21:04:23
Updated: 2026-09-08 21:10:40

Content

Always enable workflow_dispatch where operators need manual recovery. For privileged recovery, choose a no-secret relay protected by a main-only environment and a successful default-branch workflow_run handoff over direct secret-bearing dispatch, because a dispatcher selects workflow YAML before jobs, guards, or checkout run. Identify workflows by checked-in filename (for example, ci-poller.yml) rather than placeholders or numeric IDs.

Move to: