Skip to content

Commit

Permalink
🔧 push: link periodic trigger to action function
Browse files Browse the repository at this point in the history
  • Loading branch information
itofarina committed Apr 20, 2023
1 parent 19fdf03 commit 4debf0b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions tenderly.template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 4debf0b

Please sign in to comment.