From 18a1fd811dcc4ca4c4692d15d97b5edf7426bc1a Mon Sep 17 00:00:00 2001 From: Elliot Saba Date: Tue, 8 Mar 2022 15:42:46 -0800 Subject: [PATCH] Require cryptic when launching signed pipelines --- pipelines/main/launch_signed_jobs.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/pipelines/main/launch_signed_jobs.yml b/pipelines/main/launch_signed_jobs.yml index 9d4eb752..871def2c 100644 --- a/pipelines/main/launch_signed_jobs.yml +++ b/pipelines/main/launch_signed_jobs.yml @@ -18,6 +18,7 @@ steps: unset BUILDKITE_PLUGIN_CRYPTIC_BASE64_SIGNED_JOB_ID_SECRET agents: queue: "julia" + cryptic_capable: "true" env: # Receive cryptic token from parent job BUILDKITE_PLUGIN_CRYPTIC_BASE64_SIGNED_JOB_ID_SECRET: ${BUILDKITE_PLUGIN_CRYPTIC_BASE64_SIGNED_JOB_ID_SECRET?}