Commit 28d78e4 1 parent 29e664a commit 28d78e4 Copy full SHA for 28d78e4
File tree 1 file changed +9
-9
lines changed
1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -66,10 +66,10 @@ jobs:
66
66
uses : kha7iq/pingme-action@v1
67
67
if : failure()
68
68
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 }}'
73
73
with :
74
74
service : pushover
75
75
78
78
uses : kha7iq/pingme-action@v1
79
79
if : success()
80
80
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 }}'
85
85
with :
86
- service : pushover
86
+ service : telegram
You can’t perform that action at this time.
0 commit comments