From 3b95cef7fbe5c33e719137a6fff8f243126a8915 Mon Sep 17 00:00:00 2001 From: Rahul Vats Date: Tue, 19 Sep 2023 19:08:59 +0530 Subject: [PATCH] adding subdomain --- .github/workflows/reuse-wf-trigger-dag.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/reuse-wf-trigger-dag.yaml b/.github/workflows/reuse-wf-trigger-dag.yaml index 5bfedf3f2..b2e9e7476 100644 --- a/.github/workflows/reuse-wf-trigger-dag.yaml +++ b/.github/workflows/reuse-wf-trigger-dag.yaml @@ -19,6 +19,7 @@ on: # yamllint disable-line rule:truthy secrets: astro_subdomain: description: 'astro cloud subdomain' + default: "org-airflow-team-org" required: true deployment_id: description: 'astro cloud deployment_id' @@ -74,7 +75,6 @@ jobs: - name: Trigger DAG(s) run: | - echo "secret is ${{ secrets.astronomer_key_secret }}" python3 python-sdk/dev/integration_test_scripts/trigger_dag.py \ ${{ secrets.astro_subdomain }} \ ${{ secrets.deployment_id }} \