Skip to content

Commit 46e767a

Browse files
authored
Create main.yml
1 parent 09fb59a commit 46e767a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/main.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
- name: Notify the commit on Telegram
2+
uses: EverythingSuckz/github-telegram-notify@main
3+
with:
4+
bot_token: '${{ secrets.TG_BOT_TOKEN }}'
5+
chat_id: '${{ secrets.TG_CHAT_ID }}'

0 commit comments

Comments
 (0)