diff --git a/packages/consts/src/consts.ts b/packages/consts/src/consts.ts index afc31690f..bc1c79723 100644 --- a/packages/consts/src/consts.ts +++ b/packages/consts/src/consts.ts @@ -323,6 +323,7 @@ export const ACTOR_ENV_VARS = { ID: 'ACTOR_ID', INPUT_KEY: 'ACTOR_INPUT_KEY', MAX_PAID_DATASET_ITEMS: 'ACTOR_MAX_PAID_DATASET_ITEMS', + MAX_TOTAL_CHARGE_USD: 'ACTOR_MAX_TOTAL_CHARGE_USD', MEMORY_MBYTES: 'ACTOR_MEMORY_MBYTES', RUN_ID: 'ACTOR_RUN_ID', STANDBY_PORT: 'ACTOR_STANDBY_PORT',