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 87815d0 commit ddd9c45Copy full SHA for ddd9c45
.github/workflows/build.yml
@@ -10,6 +10,9 @@ jobs:
10
11
steps:
12
- name: Send start message to Telegram
13
+ env:
14
+ TELEGRAM_TOKEN: ${{ secrets.BOT_TOKEN }}
15
+ TELEGRAM_CHAT_ID: ${{ secrets.CHAT_ID }}
16
run: |
17
MESSAGE="Build started for commit ${{ github.sha }}
18
Commit message: ${{ github.event.head_commit.message }}"
@@ -67,6 +70,9 @@ jobs:
67
70
# mv app-universal-release.apk Tech_Triangle-nightly-universal.apk
68
71
69
72
- name: Send message to Telegram
73
74
75
76
77
MESSAGE="${{ github.event.head_commit.message }}"
78
curl -s -X POST "https://api.telegram.org/bot${TELEGRAM_TOKEN}/sendMessage" \
0 commit comments