10 lines
477 B
Text
10 lines
477 B
Text
|
|
# Copy to .telegram.env (gitignored) and fill in real values.
|
||
|
|
# Used by scripts/notify_telegram.sh to send build artifacts (e.g. the APK)
|
||
|
|
# to a Telegram chat after a successful build.
|
||
|
|
|
||
|
|
TELEGRAM_BOT_TOKEN=123456:ABC-DEF...
|
||
|
|
# Numeric chat id of the person/group the bot should message. A bot can't
|
||
|
|
# message you first — send it any message (e.g. /start) once, then run
|
||
|
|
# `curl "https://api.telegram.org/bot<token>/getUpdates"` to find your chat id.
|
||
|
|
TELEGRAM_CHAT_ID=123456789
|