ci: telegram notify url

This commit is contained in:
ardocrat
2026-01-26 08:38:14 +03:00
parent 04417f1f53
commit 6d5445f72f
3 changed files with 6 additions and 0 deletions
+2
View File
@@ -28,6 +28,7 @@ jobs:
if: ${{ steps.check.outputs.test == 'true' && (success() || failure()) }}
uses: actions/telegram-notifier@ardocrat
with:
api_url: ${{ secrets.TELEGRAM_API_URL }}
token: ${{ secrets.TELEGRAM_BOT_TOKEN }}
chat_id: ${{ secrets.TELEGRAM_CHANNEL_ID }}
status: ${{ job.status }}
@@ -36,6 +37,7 @@ jobs:
if: ${{ steps.check.outputs.test == 'true' && (success() || failure()) }}
uses: actions/telegram-notifier@ardocrat
with:
api_url: ${{ secrets.TELEGRAM_API_URL }}
token: ${{ secrets.TELEGRAM_BOT_TOKEN }}
chat_id: ${{ secrets.TELEGRAM_GROUP_ID }}
status: ${{ job.status }}
+2
View File
@@ -14,6 +14,7 @@ jobs:
- name: Telegram Notify Channel
uses: actions/telegram-notifier@ardocrat
with:
api_url: ${{ secrets.TELEGRAM_API_URL }}
token: ${{ secrets.TELEGRAM_BOT_TOKEN }}
chat_id: ${{ secrets.TELEGRAM_CHANNEL_ID }}
status: ${{ job.status }}
@@ -21,6 +22,7 @@ jobs:
- name: Telegram Notify Group
uses: actions/telegram-notifier@ardocrat
with:
api_url: ${{ secrets.TELEGRAM_API_URL }}
token: ${{ secrets.TELEGRAM_BOT_TOKEN }}
chat_id: ${{ secrets.TELEGRAM_GROUP_ID }}
status: ${{ job.status }}
+2
View File
@@ -195,6 +195,7 @@ jobs:
if: always()
uses: actions/telegram-notifier@ardocrat
with:
api_url: ${{ secrets.TELEGRAM_API_URL }}
token: ${{ secrets.TELEGRAM_BOT_TOKEN }}
chat_id: ${{ secrets.TELEGRAM_CHANNEL_ID }}
status: ${{ job.status }}
@@ -203,6 +204,7 @@ jobs:
if: always()
uses: actions/telegram-notifier@ardocrat
with:
api_url: ${{ secrets.TELEGRAM_API_URL }}
token: ${{ secrets.TELEGRAM_BOT_TOKEN }}
chat_id: ${{ secrets.TELEGRAM_GROUP_ID }}
status: ${{ job.status }}