From 9937d60abeed50ec86fc2e00020e163fca60ef9d Mon Sep 17 00:00:00 2001 From: happybell80 Date: Sat, 6 Sep 2025 17:57:57 +0900 Subject: [PATCH] =?UTF-8?q?Fix:=20App-level=20Token=20=EA=B4=80=EB=A0=A8?= =?UTF-8?q?=20=EC=9E=98=EB=AA=BB=EB=90=9C=20=EC=A0=95=EB=B3=B4=20=EC=82=AD?= =?UTF-8?q?=EC=A0=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - App-level Token 불필요 확인 - Bot Token만으로 충분 - HTTP Mode 사용 확정 --- plan/250906_news_system_integration.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/plan/250906_news_system_integration.md b/plan/250906_news_system_integration.md index 3f738bc..76ff0d8 100644 --- a/plan/250906_news_system_integration.md +++ b/plan/250906_news_system_integration.md @@ -99,9 +99,8 @@ async def publish_to_squarespace(news_data): ### rb8001 (.env) ```bash -# Socket Mode 미사용 (HTTP Mode 사용 중) -# SLACK_APP_TOKEN 불필요 -# SKILL_PUBLISH_URL 불필요 (localhost 하드코딩) +# 추가 환경변수 불필요 +# Bot Token (xoxb-) 이미 설정됨 ``` ### skill-publish (.env)