diff --git a/.github/workflows/production_run_complete_llm.yml b/.github/workflows/production_run_complete_llm.yml index ef6c0ffa..354c9f9e 100644 --- a/.github/workflows/production_run_complete_llm.yml +++ b/.github/workflows/production_run_complete_llm.yml @@ -15,7 +15,7 @@ jobs: runs-on: ubuntu-latest env: ZENML_HOST: ${{ secrets.ZENML_PROJECTS_HOST }} - ZENML_API_KEY: ${{ secrets.ZENML_PROJECT_API_KEY }} + ZENML_API_KEY: ${{ secrets.ZENML_PROJECTS_API_KEY }} ZENML_PRODUCTION_STACK: b3951d43-0fb2-4d32-89c5-3399374e7c7e # Set this to your production stack ID ZENML_GITHUB_SHA: ${{ github.event.pull_request.head.sha }} ZENML_GITHUB_URL_PR: ${{ github.event.pull_request._links.html.href }} diff --git a/.github/workflows/staging_run_complete_llm.yml b/.github/workflows/staging_run_complete_llm.yml index 14a7d1f3..46282022 100644 --- a/.github/workflows/staging_run_complete_llm.yml +++ b/.github/workflows/staging_run_complete_llm.yml @@ -13,7 +13,7 @@ jobs: runs-on: ubuntu-latest env: ZENML_HOST: ${{ secrets.ZENML_PROJECTS_HOST }} - ZENML_API_KEY: ${{ secrets.ZENML_PROJECT_API_KEY }} + ZENML_API_KEY: ${{ secrets.ZENML_PROJECTS_API_KEY }} ZENML_PRODUCTION_STACK : 67166d73-a44e-42f9-b67f-011e9afab9b5 # 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 }}