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 b1e7970 commit 34bed6dCopy full SHA for 34bed6d
.github/workflows/production_run_complete_llm.yml
@@ -57,4 +57,4 @@ jobs:
57
- name: Run pipeline, create pipeline, configure trigger (Production)
58
working-directory: ./llm-complete-guide
59
run: |
60
- python gh_action_rag.py --no-cache --create-template --event-source-id --service-account-id ${{ env.ZENML_SERVICE_ACCOUNT_ID }} --config production/rag.yaml --zenml-model-version production
+ python gh_action_rag.py --no-cache --create-template --event-source-id ${{ env.ZENML_EVENT_SOURCE_ID }} --service-account-id ${{ env.ZENML_SERVICE_ACCOUNT_ID }} --config production/rag.yaml --zenml-model-version production
0 commit comments