Skip to content

Commit 1b4f702

Browse files
committed
Fixed secret reference
1 parent 3373165 commit 1b4f702

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/staging_run_complete_llm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
env:
1515
ZENML_HOST: ${{ secrets.ZENML_PROJECTS_HOST }}
1616
ZENML_API_KEY: ${{ secrets.ZENML_PROJECTS_API_KEY }}
17-
ZENML_PRODUCTION_STACK : 67166d73-a44e-42f9-b67f-011e9afab9b5 # Set this to your staging stack ID
17+
ZENML_STAGING_STACK : 67166d73-a44e-42f9-b67f-011e9afab9b5 # Set this to your staging stack ID
1818
ZENML_GITHUB_SHA: ${{ github.event.pull_request.head.sha }}
1919
ZENML_GITHUB_URL_PR: ${{ github.event.pull_request._links.html.href }}
2020
ZENML_DEBUG: true

0 commit comments

Comments
 (0)