Skip to content

Commit 518a8bc

Browse files
authored
Update telegram_notify.yml
The secret name has been changed to match the Telegram channel name
1 parent 86abca6 commit 518a8bc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/telegram_notify.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ jobs:
1212
steps:
1313
- name: Send message to Telegram
1414
run: |
15-
curl -s -X POST "https://api.telegram.org/bot${{ secrets.TELEGRAM_TOKEN }}/sendMessage" \
15+
curl -s -X POST "https://api.telegram.org/bot${{ secrets.TELEGRAM_MONITOR_TOKEN }}/sendMessage" \
1616
-d chat_id="${{ secrets.TELEGRAM_CHAT_ID }}" \
1717
-d text="🚀 Новый push в репозиторий ${{ github.repository }}"

0 commit comments

Comments
 (0)