Update notify-telegram.yml
This commit is contained in:
parent
0224f015f3
commit
69af359942
1 changed files with 6 additions and 5 deletions
11
.github/workflows/notify-telegram.yml
vendored
11
.github/workflows/notify-telegram.yml
vendored
|
@ -6,8 +6,9 @@ jobs:
|
|||
name: Notify via Telegram
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Send message to Telegram
|
||||
uses: Lukasss93/telegram-action@v2
|
||||
env:
|
||||
TELEGRAM_TOKEN: ${{ secrets.TELEGRAM_TOKEN }}
|
||||
TELEGRAM_CHAT: ${{ secrets.TELEGRAM_CHAT }}
|
||||
- name: Notify the commit on Telegram
|
||||
uses: EverythingSuckz/github-telegram-notify@main
|
||||
with:
|
||||
bot_token: '${{ secrets.BOT_TOKEN }}'
|
||||
chat_id: '${{ secrets.CHAT_ID }}'
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue