Skip to content

Commit 46fb3d6

Browse files
committed
fix bot webhook url
1 parent 4ba818c commit 46fb3d6

File tree

2 files changed

+1
-65
lines changed

2 files changed

+1
-65
lines changed

.github/workflows/claude.yml

Lines changed: 0 additions & 65 deletions
This file was deleted.

apps/bot/src/server.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ import app from "./index.js";
55

66
async function start() {
77
const server = new Server({
8+
webhookPath: "/webhook",
89
Probot: Probot.defaults({
910
appId: env.GITHUB_BOT_APP_ID,
1011
privateKey: env.GITHUB_BOT_PRIVATE_KEY,

0 commit comments

Comments
 (0)