You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Here's how you can use **Secured Signal API** as a notification service for gitea.
8
+
9
+
## Setup
10
+
11
+
### 1. Message Template
12
+
13
+
Because gitea's webhook data is very _clustered_, we need to use [**Message Templates**](../../configuration/message-template) to ensure correct message rendering.
14
+
15
+
Here is an example:
16
+
17
+
```yaml
18
+
{{{ #://./message-template.yml }}}
19
+
```
20
+
21
+
Add this to your token config and modify it to your needs.
22
+
23
+
### 2. Webhook
24
+
25
+
Head to your gitea repository (or user settings) and go to `Settings > Webhooks` and create a new Gitea webhook.
26
+
27
+

28
+
29
+
## Testing
30
+
31
+
After you've completed the Setup you can try out your new notification integration:
0 commit comments