Skip to content

Commit

Permalink
Update ZenML store configuration for staging workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
safoinme committed Nov 28, 2024
1 parent 17c0c83 commit 39fb332
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/run_train_deploy_pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 39fb332

Please sign in to comment.