Skip to content

Commit 3589245

Browse files
committed
update
1 parent 89ae603 commit 3589245

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/deploy-ycf.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@ on:
1212
jobs:
1313
deploy:
1414
runs-on: ubuntu-latest
15-
permissions:
16-
id-token: write
1715
steps:
1816
- uses: actions/checkout@v4
1917
- uses: yc-actions/yc-sls-function@v4

src/tg.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ async def launch_proxy(update: Update, context: ContextTypes.DEFAULT_TYPE):
2929
await update.effective_message.reply_text(text="You are not allowed to start a proxy.")
3030
return
3131

32+
logging.info(f"Got launch request from user {update.effective_user.name} in chat {update.effective_chat.id}")
33+
3234
await context.bot.send_chat_action(chat_id=update.effective_message.chat_id, action=ChatAction.TYPING)
3335

3436
instance = create_proxy_vm(

0 commit comments

Comments
 (0)