const DRONE_ENV_PREFIX: &str = "AGENTMUX_DR_";
Only env vars starting with this prefix are exposed to drone templates via {{env.NAME}}. See ExecutionScope::lookup for the security rationale.
{{env.NAME}}
ExecutionScope::lookup