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 18f68ab commit e419587Copy full SHA for e419587
api/src/probot.ts
@@ -1,7 +1,5 @@
1
import { createNodeMiddleware, Probot } from 'probot';
2
3
-console.log(process.env.WEBHOOK_SECRET);
4
-
5
// Create a probot instance for the docs.page app
6
const probot = new Probot({
7
appId: process.env.GITHUB_APP_ID,
0 commit comments