Skip to content

Commit

Permalink
feat: add REPLICATE verification
Browse files Browse the repository at this point in the history
  • Loading branch information
leggetter committed Nov 22, 2024
1 parent 524609f commit 42649c7
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions create-hookdeck-connections.py
Original file line number Diff line number Diff line change
Expand Up @@ -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": [
{
Expand All @@ -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": [
{
Expand Down

0 comments on commit 42649c7

Please sign in to comment.