Skip to content

Commit 28d78e4

Browse files
committed
chore: change notification chanel to telegram
1 parent 29e664a commit 28d78e4

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.github/workflows/build.yml

+9-9
Original file line numberDiff line numberDiff line change
@@ -66,10 +66,10 @@ jobs:
6666
uses: kha7iq/pingme-action@v1
6767
if: failure()
6868
env:
69-
PUSHOVER_TOKEN: ${{ secrets.PUSHOVER_TOKEN }}
70-
PUSHOVER_USER: ${{ secrets.PUSHOVER_USER }}
71-
PUSHOVER_TITLE: '🟢 New Release: ${{ github.ref }}'
72-
PUSHOVER_MESSAGE: 'Event is triggerd by ${{ github.event_name }} ❌ ${{ job.status }}'
69+
TELEGRAM_TOKEN: ${{ secrets.TELEGRAM_TOKEN }}
70+
TELEGRAM_CHANNELS: ${{ secrets.TELEGRAM_CHANNELS }}
71+
TELEGRAM_TITLE: '🟢 New Release: ${{ github.ref }}'
72+
TELEGRAM_MESSAGE: 'Event is triggerd by ${{ github.event_name }} ❌ ${{ job.status }}'
7373
with:
7474
service: pushover
7575

@@ -78,9 +78,9 @@ jobs:
7878
uses: kha7iq/pingme-action@v1
7979
if: success()
8080
env:
81-
PUSHOVER_TOKEN: ${{ secrets.PUSHOVER_TOKEN }}
82-
PUSHOVER_USER: ${{ secrets.PUSHOVER_USER }}
83-
PUSHOVER_TITLE: '🟢 New Release: ${{ github.ref }}'
84-
PUSHOVER_MESSAGE: 'Event is triggerd by ${{ github.event_name }} ✅ ${{ job.status }}'
81+
TELEGRAM_TOKEN: ${{ secrets.TELEGRAM_TOKEN }}
82+
TELEGRAM_CHANNELS: ${{ secrets.TELEGRAM_CHANNELS }}
83+
TELEGRAM_TITLE: '🟢 New Release: ${{ github.ref }}'
84+
TELEGRAM_MESSAGE: 'Event is triggerd by ${{ github.event_name }} ✅ ${{ job.status }}'
8585
with:
86-
service: pushover
86+
service: telegram

0 commit comments

Comments
 (0)