mirror of
https://github.com/kha7iq/pingme.git
synced 2025-05-15 22:30:11 -07:00
chore: change notification chanel to telegram
This commit is contained in:
parent
29e664a8b5
commit
28d78e458f
18
.github/workflows/build.yml
vendored
18
.github/workflows/build.yml
vendored
@ -66,10 +66,10 @@ jobs:
|
|||||||
uses: kha7iq/pingme-action@v1
|
uses: kha7iq/pingme-action@v1
|
||||||
if: failure()
|
if: failure()
|
||||||
env:
|
env:
|
||||||
PUSHOVER_TOKEN: ${{ secrets.PUSHOVER_TOKEN }}
|
TELEGRAM_TOKEN: ${{ secrets.TELEGRAM_TOKEN }}
|
||||||
PUSHOVER_USER: ${{ secrets.PUSHOVER_USER }}
|
TELEGRAM_CHANNELS: ${{ secrets.TELEGRAM_CHANNELS }}
|
||||||
PUSHOVER_TITLE: '🟢 New Release: ${{ github.ref }}'
|
TELEGRAM_TITLE: '🟢 New Release: ${{ github.ref }}'
|
||||||
PUSHOVER_MESSAGE: 'Event is triggerd by ${{ github.event_name }} ❌ ${{ job.status }}'
|
TELEGRAM_MESSAGE: 'Event is triggerd by ${{ github.event_name }} ❌ ${{ job.status }}'
|
||||||
with:
|
with:
|
||||||
service: pushover
|
service: pushover
|
||||||
|
|
||||||
@ -78,9 +78,9 @@ jobs:
|
|||||||
uses: kha7iq/pingme-action@v1
|
uses: kha7iq/pingme-action@v1
|
||||||
if: success()
|
if: success()
|
||||||
env:
|
env:
|
||||||
PUSHOVER_TOKEN: ${{ secrets.PUSHOVER_TOKEN }}
|
TELEGRAM_TOKEN: ${{ secrets.TELEGRAM_TOKEN }}
|
||||||
PUSHOVER_USER: ${{ secrets.PUSHOVER_USER }}
|
TELEGRAM_CHANNELS: ${{ secrets.TELEGRAM_CHANNELS }}
|
||||||
PUSHOVER_TITLE: '🟢 New Release: ${{ github.ref }}'
|
TELEGRAM_TITLE: '🟢 New Release: ${{ github.ref }}'
|
||||||
PUSHOVER_MESSAGE: 'Event is triggerd by ${{ github.event_name }} ✅ ${{ job.status }}'
|
TELEGRAM_MESSAGE: 'Event is triggerd by ${{ github.event_name }} ✅ ${{ job.status }}'
|
||||||
with:
|
with:
|
||||||
service: pushover
|
service: telegram
|
Loading…
x
Reference in New Issue
Block a user