We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17c0c83 commit 39fb332Copy full SHA for 39fb332
.github/workflows/run_train_deploy_pipeline.yml
@@ -14,9 +14,9 @@ jobs:
14
run-staging-workflow:
15
runs-on: ubuntu-latest
16
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
+ 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
20
ZENML_GITHUB_SHA: ${{ github.event.pull_request.head.sha }}
21
ZENML_GITHUB_URL_PR: ${{ github.event.pull_request._links.html.href }}
22
ZENML_DEBUG: true
0 commit comments