diff --git a/src/deploy-runs/deploy-runs.service.ts b/src/deploy-runs/deploy-runs.service.ts index 16a6294..0ff4f56 100644 --- a/src/deploy-runs/deploy-runs.service.ts +++ b/src/deploy-runs/deploy-runs.service.ts @@ -417,7 +417,8 @@ export class DeployRunsService { projectKey: project.key, environment: input.environment, ref: input.ref, - requiredField: 'productionConfirmation.confirmed', + required: 'productionConfirmation', + expected: 'confirmed=true', }, ); }