Skip to content

Commit

Permalink
Actions: Telegram: update events
Browse files Browse the repository at this point in the history
  • Loading branch information
kaloudis committed Jun 20, 2024
1 parent c1e52f6 commit d1b62b4
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/telegram.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,16 @@
name: Notify on Telegram
on:
pull_request_target:
types: [opened, closed, reopened]
push:
issues:
types: [opened, pinned, closed, reopened]
release:
types: [published]
jobs:
notify:
runs-on: ubuntu-latest
steps:
- name: Notify the commit on Telegram.
uses: ZeusLN/github-telegram-notify@main
uses: EverythingSuckz/github-telegram-notify@main
with:
bot_token: '${{ secrets.BOT_TOKEN }}'
chat_id: '${{ secrets.CHAT_ID }}'

0 comments on commit d1b62b4

Please sign in to comment.