From d1b86d63161adc81e64466593bed6e510541ed74 Mon Sep 17 00:00:00 2001 From: Cody Baker <51133164+CodyCBakerPhD@users.noreply.github.com> Date: Wed, 29 May 2024 19:00:07 -0400 Subject: [PATCH] propagate secret --- .github/workflows/testing_dev_with_live_services.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/testing_dev_with_live_services.yml b/.github/workflows/testing_dev_with_live_services.yml index 5ca35b9d2e..877c867003 100644 --- a/.github/workflows/testing_dev_with_live_services.yml +++ b/.github/workflows/testing_dev_with_live_services.yml @@ -4,6 +4,8 @@ on: secrets: CODECOV_TOKEN: required: true + DANDI_STAGING_API_KEY: + required: true jobs: