CI: add Telegram notification to stage workflow
CI/CD Stage / stage (push) Failing after 32s

This commit is contained in:
2026-08-06 16:40:57 +03:30
parent 73269cc0ce
commit 58f42350c4
+9
View File
@@ -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 }}