Torjus Håkestad
7e6c871446
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
21 lines
440 B
Markdown
21 lines
440 B
Markdown
![status-badge](https://ci.t-juice.club/api/badges/torjus/plugin-gotify/status.svg)
|
|
|
|
# plugin-gotify
|
|
|
|
Plugin for woodpecker to send messages to gotify.
|
|
|
|
## Usage
|
|
|
|
```yaml
|
|
pipeline:
|
|
notification:
|
|
image: registry.t-juice.club/plugin-gotify
|
|
settings:
|
|
gotify_url: https://gotify.t-juice.club
|
|
gotify_token:
|
|
from_secret: gotify_token
|
|
title: "Message lol"
|
|
message: |
|
|
Notification message body
|
|
```
|