From 97cafa73e620ae1b7812cd5d69c5d73a41c8fa55 Mon Sep 17 00:00:00 2001 From: Julius Busecke Date: Tue, 9 Apr 2024 19:50:38 -0400 Subject: [PATCH] chain both together --- .github/workflows/deploy_recipe.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/deploy_recipe.yaml b/.github/workflows/deploy_recipe.yaml index 181a1e2..2274e41 100644 --- a/.github/workflows/deploy_recipe.yaml +++ b/.github/workflows/deploy_recipe.yaml @@ -54,8 +54,8 @@ jobs: done follow-up-task: needs: deploy-recipes - runs-on: ubuntu-latest - steps: - - name: just a dummy for now - run: | - echo "Here we would run the catalog zarr recipe in line" \ No newline at end of file + uses: ./.github/workflows/create_catalog_zarr.yaml + with: + recipe_id: ${{ github.event.inputs.recipe_id }} + secrets: + GCP_DATAFLOW_SERVICE_KEY: ${{ secrets.GCP_DATAFLOW_SERVICE_KEY }} \ No newline at end of file