Add telegram notification to build workflow
Some checks failed
/ build_image (push) Failing after 3s

This commit is contained in:
Marko Korhonen 2024-02-24 15:57:23 +02:00
parent e6f2871895
commit ad83967630
Signed by: FunctionalHacker
GPG key ID: A7F78BCB859CD890

View file

@ -16,3 +16,13 @@ jobs:
with: with:
push: true push: true
tags: git.korhonen.cc/functionalhacker/forgejo-asciidoc tags: git.korhonen.cc/functionalhacker/forgejo-asciidoc
- name: Notify in Telegram channel
uses: appleboy/telegram-action@master
with:
to: "-1001915202306"
token: ${{ secrets.TELEGRAM_TOKEN }}
message: |
Newest version of Forgejo with AsciiDoc support
has just been built. `docker pull` way!
See details: https://git.korhonen.cc/${{ github.repository }}/actions/${{ github.workflow }}