Skip to content

Commit 39fb332

Browse files
committed
Update ZenML store configuration for staging workflow
1 parent 17c0c83 commit 39fb332

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/run_train_deploy_pipeline.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ jobs:
1414
run-staging-workflow:
1515
runs-on: ubuntu-latest
1616
env:
17-
ZENML_STORE_URL: ${{ secrets.ZENML_PROJECTS_HOST }}
18-
ZENML_STORE_API_KEY: ${{ secrets.ZENML_PROJECTS_API_KEY }}
19-
ZENML_STAGING_STACK : ef6c474d-b6e7-49a7-a046-0dab39f7969a # Set this to your staging stack ID
17+
ZENML_STORE_URL: ${{ secrets.ZENML_BENTO_PROJECTS_HOST }}
18+
ZENML_STORE_API_KEY: ${{ secrets.ZENML_BENTO_PROJECTS_API_KEY }}
19+
ZENML_STAGING_STACK : 281f82f3-6bdb-4951-bbdd-b85b57b463cc # Set this to your staging stack ID
2020
ZENML_GITHUB_SHA: ${{ github.event.pull_request.head.sha }}
2121
ZENML_GITHUB_URL_PR: ${{ github.event.pull_request._links.html.href }}
2222
ZENML_DEBUG: true

0 commit comments

Comments
 (0)