From e1db85aba6673b653acee66312da55167d507bcc Mon Sep 17 00:00:00 2001 From: Matt Wrock Date: Thu, 9 Jan 2025 07:45:47 -0800 Subject: [PATCH] set refresh-channel to LTS-2024 in verify Signed-off-by: Matt Wrock --- .expeditor/verify.pipeline.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.expeditor/verify.pipeline.yml b/.expeditor/verify.pipeline.yml index 21a538360a..2eb29955d7 100644 --- a/.expeditor/verify.pipeline.yml +++ b/.expeditor/verify.pipeline.yml @@ -4,6 +4,8 @@ expeditor: timeout_in_minutes: 60 env: HAB_BLDR_CHANNEL: "LTS-2024" + HAB_STUDIO_SECRET_HAB_REFRESH_CHANNEL: "LTS-2024" + HAB_REFRESH_CHANNEL: "LTS-2024" steps: ####################################################################### # Linting!