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 }} \