From 58f42350c4eca608491d0edf583e8ad0e5ed0a96 Mon Sep 17 00:00:00 2001 From: nfel Date: Thu, 6 Aug 2026 16:40:57 +0330 Subject: [PATCH] CI: add Telegram notification to stage workflow --- .gitea/workflows/ci-stage.yaml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.gitea/workflows/ci-stage.yaml b/.gitea/workflows/ci-stage.yaml index 85de4f1..86e72eb 100644 --- a/.gitea/workflows/ci-stage.yaml +++ b/.gitea/workflows/ci-stage.yaml @@ -30,3 +30,12 @@ jobs: run: buf lint - name: Build run: buf build + - name: Notify Telegram + if: always() + uses: ./.gitea/actions/notify-telegram + with: + bot_token: ${{ secrets.TELEGRAM_BOT_TOKEN }} + chat_id: ${{ secrets.TELEGRAM_CHAT_ID }} + status: ${{ job.status }} + repository: ${{ gitea.repository }} + sha: ${{ gitea.sha }}