• 1.0.1 42d148c6e5

    1.0.1
    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
    Stable

    onlyati released this 2026-04-18 10:49:56 +00:00 | 0 commits to main since this release

    What's new

    Maintenance

    • Update module code.thinkaboutit.tech/pandora/woodpecker-utils.gopack to v1.2.0 #3
    Downloads
  • 1.0.0 a1cd6953d5

    1.0.0
    All checks were successful
    ci/woodpecker/push/ci Pipeline was successful
    ci/woodpecker/tag/release Pipeline was successful
    Stable

    onlyati released this 2026-04-11 17:34:39 +00:00 | 2 commits to main since this release

    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
    Downloads