From 42649c72b51c90dc7318bad4f44322fee2b6b493 Mon Sep 17 00:00:00 2001 From: Phil Leggetter Date: Fri, 22 Nov 2024 10:54:15 +0000 Subject: [PATCH] feat: add REPLICATE verification --- create-hookdeck-connections.py | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/create-hookdeck-connections.py b/create-hookdeck-connections.py index 237d99d..d4e2ac5 100644 --- a/create-hookdeck-connections.py +++ b/create-hookdeck-connections.py @@ -69,12 +69,12 @@ def create_connection(payload): "name": "replicate-audio", "source": { "name": "replicate-audio", - # "verification": { - # "type": "REPLICATE", - # "configs": { - # "webhook_secret_key": Config.REPLICATE_WEBHOOKS_SECRET, - # }, - # }, + "verification": { + "type": "REPLICATE", + "configs": { + "webhook_secret_key": Config.REPLICATE_WEBHOOKS_SECRET, + }, + }, }, "rules": [ { @@ -98,12 +98,12 @@ def create_connection(payload): "name": "replicate-embedding", "source": { "name": "replicate-embedding", - # "verification": { - # "type": "REPLICATE", - # "configs": { - # "webhook_secret_key": Config.REPLICATE_WEBHOOKS_SECRET, - # }, - # }, + "verification": { + "type": "REPLICATE", + "configs": { + "webhook_secret_key": Config.REPLICATE_WEBHOOKS_SECRET, + }, + }, }, "rules": [ {