API ReferenceVariables
CALL_TEMPLATE_KEYS
const CALL_TEMPLATE_KEYS: readonly ["uses", "with", "needs", "secrets", "if"];Defined in: packages/core/src/passes/callTemplates.ts:11
The keys a call-templates: entry may carry, i.e. the plumbing of a
reusable-workflow call job. Order here is the canonical fallback emit order;
a template's own authored order still wins (see composeCallTemplate).