Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
CharlieFuu69 authored Nov 27, 2024
1 parent bbb281f commit c0a2654
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
name: Github Telegram Notifier
uses: EverythingSuckz/github-telegram-notify@main
on:
push:
branches: [main]
with:
bot_token: '${{ secrets.TELEGRAM_NOTIFIER_TOKEN }}'
chat_id: '${{ secrets.CHAT_ID }}'

on:
commit:
branches: [main]

0 comments on commit c0a2654

Please sign in to comment.