From 39fb332c581a472bc95af38db3cc12f0a24001a7 Mon Sep 17 00:00:00 2001 From: Safoine El khabich Date: Thu, 28 Nov 2024 18:27:34 +0100 Subject: [PATCH] Update ZenML store configuration for staging workflow --- .github/workflows/run_train_deploy_pipeline.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/run_train_deploy_pipeline.yml b/.github/workflows/run_train_deploy_pipeline.yml index ed4e9b97..66baf4b5 100644 --- a/.github/workflows/run_train_deploy_pipeline.yml +++ b/.github/workflows/run_train_deploy_pipeline.yml @@ -14,9 +14,9 @@ jobs: run-staging-workflow: runs-on: ubuntu-latest env: - ZENML_STORE_URL: ${{ secrets.ZENML_PROJECTS_HOST }} - ZENML_STORE_API_KEY: ${{ secrets.ZENML_PROJECTS_API_KEY }} - ZENML_STAGING_STACK : ef6c474d-b6e7-49a7-a046-0dab39f7969a # Set this to your staging stack ID + ZENML_STORE_URL: ${{ secrets.ZENML_BENTO_PROJECTS_HOST }} + ZENML_STORE_API_KEY: ${{ secrets.ZENML_BENTO_PROJECTS_API_KEY }} + ZENML_STAGING_STACK : 281f82f3-6bdb-4951-bbdd-b85b57b463cc # Set this to your staging stack ID ZENML_GITHUB_SHA: ${{ github.event.pull_request.head.sha }} ZENML_GITHUB_URL_PR: ${{ github.event.pull_request._links.html.href }} ZENML_DEBUG: true