generated from pandora/woodpecker-plugin.template
Woodpecker CI plugin to call ntfy.sh service.
- Go 65.5%
- Dockerfile 34.5%
|
|
||
|---|---|---|
| .gitignore | ||
| .goreleaser.yaml | ||
| .markdownlint.json | ||
| .prettierrc | ||
| Containerfile | ||
| go.mod | ||
| go.sum | ||
| LICENSE | ||
| main.go | ||
| README.md | ||
| renovate.json | ||
Send notifications from Woodpecker CI
This plugin send requests to an ntfy.sh service.
Usage
It can be used at any event.
steps:
- name: Send notification is workflow failed
image: code.thinkaboutit.tech/pandora/ntfy.woodpecker:latest
settings:
debug: true
ntfy_token:
from_secret: ntfy-token
ntfy_hostname: https://ntfy.sh
title: CI failure
message: Workflow has been failed
topic: ci-test
Settings
| Name | Default value | Description |
|---|---|---|
| ntfy_token | Access token for ntfy.sh | |
| ntfy_hostname | https://ntfy.thinkaboutit.tech | Address to the server |
| title | Title of notification | |
| message | Message of noticiation | |
| topic | name of the topic where notification is sent |