We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ba818c commit 46fb3d6Copy full SHA for 46fb3d6
.github/workflows/claude.yml
apps/bot/src/server.ts
@@ -5,6 +5,7 @@ import app from "./index.js";
5
6
async function start() {
7
const server = new Server({
8
+ webhookPath: "/webhook",
9
Probot: Probot.defaults({
10
appId: env.GITHUB_BOT_APP_ID,
11
privateKey: env.GITHUB_BOT_PRIVATE_KEY,
0 commit comments