From 4debf0b1ba593f0c00fa4291286dd5fedc073329 Mon Sep 17 00:00:00 2001 From: itofarina Date: Tue, 14 Mar 2023 12:20:06 -0300 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20push:=20link=20periodic=20trigge?= =?UTF-8?q?r=20to=20action=20function?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tenderly.template.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/tenderly.template.yaml b/tenderly.template.yaml index 18efb5c..136cb65 100644 --- a/tenderly.template.yaml +++ b/tenderly.template.yaml @@ -3,6 +3,12 @@ actions: runtime: v2 sources: actions specs: + onNotifyDebtors: + function: onNotifyDebtors:default + trigger: + type: periodic + periodic: + cron: "0 0 * * *" onMarketUpdate: function: onMarketUpdate:default trigger: