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
|
name: Notify via Telegram
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Send message to Telegram
|
- name: Notify the commit on Telegram
|
||||||
uses: Lukasss93/telegram-action@v2
|
uses: EverythingSuckz/github-telegram-notify@main
|
||||||
env:
|
with:
|
||||||
TELEGRAM_TOKEN: ${{ secrets.TELEGRAM_TOKEN }}
|
bot_token: '${{ secrets.BOT_TOKEN }}'
|
||||||
TELEGRAM_CHAT: ${{ secrets.TELEGRAM_CHAT }}
|
chat_id: '${{ secrets.CHAT_ID }}'
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue