title: Reusable workflows description: Reusable workflow patterns: inputs, secrets, permissions, and composite actions. status: stub tags: - github-actions
Reusable workflows¶
Stub page
Centralize CI logic in one repo, call it from many.
Planned content¶
- Caller / callee structure with inputs and secrets
- Versioning a reusable workflow (tag vs branch)
- Permissions inheritance gotchas