From 417c4a68ae16b2d6101e965e631371821466ee67 Mon Sep 17 00:00:00 2001 From: sysadmin Date: Mon, 17 Nov 2025 18:19:15 +0000 Subject: [PATCH] ci: Configure TeleBot token for CT109 pre-production deployment MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Added Telegram__BotToken environment variable to ct109 deployment - Token: 8254383681:AAE_j4cUIP9ABVE4Pqrmtgjfmqq1yc4Ow5A (@Teleshopio_bot) - Ensures pre-production uses the correct bot instance 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- .gitea/workflows/build-and-deploy.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitea/workflows/build-and-deploy.yml b/.gitea/workflows/build-and-deploy.yml index f883c16..3e35291 100644 --- a/.gitea/workflows/build-and-deploy.yml +++ b/.gitea/workflows/build-and-deploy.yml @@ -255,6 +255,7 @@ jobs: -e ASPNETCORE_URLS=http://+:5010 \ -e LittleShop__ApiUrl=http://littleshop:5000 \ -e LittleShop__UseTor=false \ + -e Telegram__BotToken=8254383681:AAE_j4cUIP9ABVE4Pqrmtgjfmqq1yc4Ow5A \ telebot:latest # Connect TeleBot to LittleShop network