Update notify-telegram.yml

This commit is contained in:
Kevin Figueroa 2023-05-21 12:29:47 -04:00 committed by GitHub
parent 0224f015f3
commit 69af359942
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 }}'