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 3b95cef commit 3a5a1b3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/reuse-wf-trigger-dag.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ 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 @@ -76,7 +75,7 @@ jobs:
- name: Trigger DAG(s)
run: |
python3 python-sdk/dev/integration_test_scripts/trigger_dag.py \
${{ secrets.astro_subdomain }} \
"org-airflow-team-org" \
${{ secrets.deployment_id }} \
${{ secrets.astronomer_key_id }} \
${{ secrets.astronomer_key_secret }} \
Expand Down

0 comments on commit 3a5a1b3

Please sign in to comment.