@@ -9,23 +9,17 @@ name = "activity_llm_openai"
99location = " ${OBELISK_TOML_DIR}/target/wasm32-wasip2/release/activity_llm_openai.wasm"
1010exec.lock_expiry.seconds = 10
1111env_vars = [" OPENAI_API_KEY" , " OPENAI_API_BASE_URL" ]
12- forward_stdout = " stderr"
13- forward_stderr = " stderr"
1412
1513[[activity_wasm ]]
1614name = " activity_github_impl"
1715location = " ${OBELISK_TOML_DIR}/target/wasm32-wasip2/release/activity_github_impl.wasm"
1816env_vars = [" GITHUB_TOKEN" ]
1917exec.lock_expiry.seconds = 5
20- forward_stdout = " stderr"
21- forward_stderr = " stderr"
2218
2319[[activity_wasm ]]
2420name = " activity_db_turso"
2521location = " ${OBELISK_TOML_DIR}/target/wasm32-wasip2/release/activity_db_turso.wasm"
2622env_vars = [" TURSO_TOKEN" , " TURSO_LOCATION" ]
27- forward_stdout = " stderr"
28- forward_stderr = " stderr"
2923exec.lock_expiry.seconds = 5
3024
3125[[workflow ]]
@@ -47,8 +41,6 @@ name = "webhook"
4741location = " ${OBELISK_TOML_DIR}/target/wasm32-wasip2/release/webhook.wasm"
4842http_server = " webhook_server"
4943routes = [{ methods = [" POST" , " GET" ], route = " " }]
50- forward_stdout = " stderr"
51- forward_stderr = " stderr"
5244env_vars = [
5345 " GITHUB_WEBHOOK_SECRET" ,
5446 # "GITHUB_WEBHOOK_INSECURE=true" # to disable signature verification
0 commit comments