From 031c9cd85ef1afa12c6365605e3817d71e8f910e Mon Sep 17 00:00:00 2001 From: Utkarsh <83659045+0xShuk@users.noreply.github.com> Date: Wed, 10 Jul 2024 01:25:59 +0530 Subject: [PATCH] Create actions.json (Dialect) --- actions.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 actions.json diff --git a/actions.json b/actions.json new file mode 100644 index 0000000..f51e444 --- /dev/null +++ b/actions.json @@ -0,0 +1,8 @@ +{ + "rules": [ + { + "pathPattern": "/dao/**", + "apiPath": "https://actions.dialect.to/api/realms/vote/dao/**" + } + ] +}