Woodpecker CI plugin to call ntfy.sh service.
  • Go 65.5%
  • Dockerfile 34.5%
Find a file
renovate-bot 42d148c6e5
All checks were successful
ci/woodpecker/push/ci Pipeline was successful
ci/woodpecker/tag/release Pipeline was successful
ci/woodpecker/cron/vulnerability Pipeline was successful
ci/woodpecker/cron/renovate Pipeline was successful
ci/woodpecker/cron/auto_merge Pipeline was successful
Update module code.thinkaboutit.tech/pandora/woodpecker-utils.gopack to v1.2.0 #3
Merged automatically
2026-04-18 07:45:42 +00:00
.gitignore Initial commit 2026-04-11 13:53:12 +00:00
.goreleaser.yaml Initial commit 2026-04-11 13:53:12 +00:00
.markdownlint.json Initial commit 2026-04-11 13:53:12 +00:00
.prettierrc Initial commit 2026-04-11 13:53:12 +00:00
Containerfile initialize project 2026-04-11 18:52:44 +02:00
go.mod Update module code.thinkaboutit.tech/pandora/woodpecker-utils.gopack to v1.2.0 #3 2026-04-18 07:45:42 +00:00
go.sum Update module code.thinkaboutit.tech/pandora/woodpecker-utils.gopack to v1.2.0 #3 2026-04-18 07:45:42 +00:00
LICENSE Initial commit 2026-04-11 13:53:12 +00:00
main.go initialize project 2026-04-11 18:52:44 +02:00
README.md fix README.md 2026-04-11 19:35:07 +02:00
renovate.json Initial commit 2026-04-11 13:53:12 +00:00

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