We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df75573 commit e23b8ecCopy full SHA for e23b8ec
1 file changed
packages/consts/src/consts.ts
@@ -346,6 +346,7 @@ export const ACTOR_ENV_VARS = {
346
MAX_PAID_DATASET_ITEMS: 'ACTOR_MAX_PAID_DATASET_ITEMS',
347
MAX_TOTAL_CHARGE_USD: 'ACTOR_MAX_TOTAL_CHARGE_USD',
348
MEMORY_MBYTES: 'ACTOR_MEMORY_MBYTES',
349
+ PERMISSION_LEVEL: 'ACTOR_PERMISSION_LEVEL',
350
RUN_ID: 'ACTOR_RUN_ID',
351
STANDBY_PORT: 'ACTOR_STANDBY_PORT',
352
STANDBY_URL: 'ACTOR_STANDBY_URL',
0 commit comments