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 3373165 commit 1b4f702Copy full SHA for 1b4f702
.github/workflows/staging_run_complete_llm.yml
@@ -14,7 +14,7 @@ jobs:
14
env:
15
ZENML_HOST: ${{ secrets.ZENML_PROJECTS_HOST }}
16
ZENML_API_KEY: ${{ secrets.ZENML_PROJECTS_API_KEY }}
17
- ZENML_PRODUCTION_STACK : 67166d73-a44e-42f9-b67f-011e9afab9b5 # Set this to your staging stack ID
+ ZENML_STAGING_STACK : 67166d73-a44e-42f9-b67f-011e9afab9b5 # Set this to your staging stack ID
18
ZENML_GITHUB_SHA: ${{ github.event.pull_request.head.sha }}
19
ZENML_GITHUB_URL_PR: ${{ github.event.pull_request._links.html.href }}
20
ZENML_DEBUG: true
0 commit comments