mirror of
https://codeberg.org/icewind/rss-webhook-trigger.git
synced 2026-06-03 09:54:18 +02:00
auth and body example
This commit is contained in:
parent
6f551c9f30
commit
f8e17e7ec4
1 changed files with 2 additions and 0 deletions
|
|
@ -19,4 +19,6 @@ hook = "https://hook.example.com/hook1/call"
|
|||
[[feed]]
|
||||
feed = "https://example.com/feed2.xml"
|
||||
hook = "https://hook.example.com/hook2/call"
|
||||
headers = { authorization = "...." }
|
||||
body = { event_type = "build" }
|
||||
```
|
||||
Loading…
Add table
Add a link
Reference in a new issue