We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09fb59a commit 46e767aCopy full SHA for 46e767a
.github/workflows/main.yml
@@ -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