Skip to content

Commit e26cc83

Browse files
committed
feat: testing workflows for telegram
Signed-off-by: https://github.com/Someshdiwan <[email protected]>
1 parent ecea250 commit e26cc83

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/telegram-notify.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
name: Telegram Notifier
22

3+
permissions:
4+
contents: read
5+
pull-requests: read # optional but harmless for PR events
6+
37
on:
48
push:
59
branches: ["**"]
@@ -73,6 +77,7 @@ Ref: $REF_NAME
7377
Run: $RUN_URL
7478
TXT
7579
}
80+
7681
if [[ "${EVENT}" == "workflow_dispatch" ]]; then
7782
MESSAGE="$(msg_header "Manual notification")"$'\n\n'"${DISPATCH_TEXT:-}"
7883

0 commit comments

Comments
 (0)