From 98f840ba341f72bf412100f2180d38c06e792b84 Mon Sep 17 00:00:00 2001 From: "Joshua A. Anderson" Date: Mon, 8 Jul 2024 07:15:09 -0400 Subject: [PATCH] Attempt to allow execution when secrets are not present. --- .github/workflows/start.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/start.yaml b/.github/workflows/start.yaml index a16bb59..fde96f1 100644 --- a/.github/workflows/start.yaml +++ b/.github/workflows/start.yaml @@ -11,9 +11,9 @@ on: secrets: OS_APPLICATION_CREDENTIAL_ID: - required: true + required: false OS_APPLICATION_CREDENTIAL_SECRET: - required: true + required: false outputs: active: