fix version (#896)

This commit is contained in:
Omar McAdam
2026-03-13 11:12:44 -07:00
committed by GitHub
parent 6fd9b5f94c
commit aa9cc43fab

View File

@@ -130,7 +130,7 @@ jobs:
api_key = os.environ["RENDER_API_KEY"]
service_id = os.environ["RENDER_DEN_CONTROL_PLANE_SERVICE_ID"]
owner_id = os.environ["RENDER_OWNER_ID"]
openwork_version = os.environ.get("DEN_RENDER_WORKER_OPENWORK_VERSION") or "0.11.113"
openwork_version = os.environ.get("DEN_RENDER_WORKER_OPENWORK_VERSION") or "0.11.145"
worker_plan = os.environ.get("DEN_RENDER_WORKER_PLAN") or "standard"
configured_cors_origins = os.environ.get("DEN_CORS_ORIGINS") or ""
worker_public_domain_suffix = os.environ.get("DEN_RENDER_WORKER_PUBLIC_DOMAIN_SUFFIX") or "openwork.studio"