send telegram message on push
This commit is contained in:
parent
e35bd2fe57
commit
92f87ea4bc
1 changed files with 12 additions and 0 deletions
12
.github/workflows/notify.yml
vendored
Normal file
12
.github/workflows/notify.yml
vendored
Normal file
|
@ -0,0 +1,12 @@
|
||||||
|
name: telegram message
|
||||||
|
on: [push]
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
notify:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- name: send telegram message on push
|
||||||
|
uses: appleboy/telegram-action@master
|
||||||
|
with:
|
||||||
|
to: ${{ secrets.TELEGRAM_TO }}
|
||||||
|
token: ${{ secrets.TELEGRAM_TOKEN }}
|
Loading…
Add table
Add a link
Reference in a new issue