Mistral AI is Le French
- tags
Go to the botfather and create a bot.
/newbot
I named mine "the focus build bot" and "thefocus_build_bot"
Save the secret somewhere careful. In TELEGRAM_BOT_TOKEN
say.
Send a message in your bot’s chat:
Then go to https://api.telegram.org/bot<YOUR_BOT_TOKEN>/getUpdates
in
your browser. You should be able to see the chat
id there.
Save it in TELEGRAM_CHAT_ID
|
|
{ "ok": true, "result": { "message_id": 6, "from": { "id": 8073526226, "is_bot": true, "first_name": "Focus Build Bot", "username": "thefocus_build_bot" }, "chat": { "id": 5920486792, "first_name": "Will", "last_name": "Schenk", "type": "private" }, "date": 1741645616, "text": "❌ BOOM ❌" } }
|
|
And you can to go
|
|
Settings > Secrets and Variables > Actions
to see if they are there.
Inside of whatever your github action is, put this at the end of the build
set.
|
|
Push and see that alert come in!
Previously