From 97cfab7168a08507644266d1c72945060b05c41d Mon Sep 17 00:00:00 2001 From: Elizabeth Hunt Date: Sat, 6 Dec 2025 17:53:34 -0800 Subject: Move secrets to infisical. --- worker/scripts/checkout_ci.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'worker/scripts/checkout_ci.ts') diff --git a/worker/scripts/checkout_ci.ts b/worker/scripts/checkout_ci.ts index c4006e6..009d3fa 100755 --- a/worker/scripts/checkout_ci.ts +++ b/worker/scripts/checkout_ci.ts @@ -26,7 +26,7 @@ function isCiWorkflow(t: unknown): t is CiWorkflow { } const CI_WORKFLOW_FILE = '.ci/ci.json'; -const OCI_REGISTRY = 'oci.liz.coffee'; +const OCI_REGISTRY = 'img.liz.coffee'; const PIPELINE_IMAGE = OCI_REGISTRY + '/emprespresso/ci_worker:release'; const READONLY_CREDENTIALS = { username: 'readonly', password: 'readonly' }; -- cgit v1.2.3-70-g09d2