From 604b7c7e1cfb569544c977bd62a23a17e6b85d88 Mon Sep 17 00:00:00 2001 From: Anson Date: Fri, 22 Mar 2019 17:52:36 -0700 Subject: [PATCH] making CI also build docker image --- bot/credentials.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bot/credentials.py b/bot/credentials.py index c790bb0..e389713 100644 --- a/bot/credentials.py +++ b/bot/credentials.py @@ -1,5 +1,5 @@ secrets = { - "TELEGRAM_TOKEN": "TELEGRAM BOT TOKEN HERE", + "TELEGRAM_TOKEN": "724630968:AAG3-J26jID34AK_SJg5nJCgr7atiVOZc6A", "TWITTER_CONSUMER_API": "CONSUMER_API", "TWITTER_CONSUMER_SECRET": "CONSUMER_SECRET", "TWITTER_ACCESS_TOKEN": "ACCESS_TOKEN",