Skip to content

Commit

Permalink
adding subdomain
Browse files Browse the repository at this point in the history
  • Loading branch information
vatsrahul1001 committed Sep 19, 2023
1 parent f53fe94 commit 3b95cef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/reuse-wf-trigger-dag.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down Expand Up @@ -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 }} \
Expand Down

0 comments on commit 3b95cef

Please sign in to comment.