diff --git a/.github/workflows/notify-telegram.yml b/.github/workflows/notify-telegram.yml index 6041f3c..9035494 100644 --- a/.github/workflows/notify-telegram.yml +++ b/.github/workflows/notify-telegram.yml @@ -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 }}' +