Skip to content

Commit d9025e5

Browse files
committed
Correctly configure action
1 parent f1fa859 commit d9025e5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

llm-complete-guide/gh_action_rag.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@
2121

2222
import click
2323
import yaml
24+
from zenml.enums import PluginSubType
25+
2426
from pipelines.llm_index_and_evaluate import llm_index_and_evaluate
2527
from zenml.client import Client
2628
from zenml import Model
@@ -175,6 +177,8 @@ def main(
175177
},
176178
service_account_id=service_account_id,
177179
auth_window=0,
180+
flavor="builtin",
181+
action_type=PluginSubType.PIPELINE_RUN
178182
).id
179183
client.create_trigger(
180184
name="Production Trigger LLM-Complete",

0 commit comments

Comments
 (0)