From db3ddb59928df36e9bdd1836aa8ddca58d63c2aa Mon Sep 17 00:00:00 2001 From: Srivyshnavi Koduri <121154323+skyflow-srivyshnavi@users.noreply.github.com> Date: Mon, 29 Dec 2025 10:19:01 +0530 Subject: [PATCH] IE-527: update update_connection.yml --- .github/workflows/update_connection.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/update_connection.yml b/.github/workflows/update_connection.yml index 2a1f4b0..ad9a510 100644 --- a/.github/workflows/update_connection.yml +++ b/.github/workflows/update_connection.yml @@ -14,13 +14,13 @@ on: - "Source: PRODUCTION, Target: SANDBOX" source_connection_id: description: "Source Connection ID" - required: false + required: true target_connection_id: description: "Target Connection ID" required: true source_account_access_token: description: "Access token of the Source Account" - required: false + required: true target_account_access_token: description: "Access token of the Target Account" required: true