Skip to content

Commit

Permalink
Fix secrets formatting in ci.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
RageAgainstTheMachine101 committed Aug 14, 2024
1 parent f6e74ce commit 1f06f94
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ jobs:
--set clickhouse.host=${{ secrets.CLICKHOUSE_HOST }} \
--set clickhouse.host_url=${{ secrets.CLICKHOUSE_HOST_URL }} \
--set clickhouse.user=${{ secrets.CLICKHOUSE_USER }} \
--set clickhouse.pass=${{ secrets.CLICKHOUSE_PASSWORD }}
--set airflow.user=${{ secrets.AIRFLOW_USER }}
--set airflow.password=${{ secrets.AIRFLOW_PASSWORD }}
--set clickhouse.pass=${{ secrets.CLICKHOUSE_PASSWORD }} \
--set airflow.user=${{ secrets.AIRFLOW_USER }} \
--set airflow.password=${{ secrets.AIRFLOW_PASSWORD }} \
--set airflow.custom_dag_url=${{ secrets.AIRFLOW_CUSTOM_DAG_URL }}

0 comments on commit 1f06f94

Please sign in to comment.