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 0b95431 commit f7f01c9Copy full SHA for f7f01c9
api/src/probot.ts
@@ -4,7 +4,7 @@ import { createNodeMiddleware, Probot, createProbot } from 'probot';
4
const probot = createProbot({
5
overrides: {
6
appId: process.env.GITHUB_APP_ID,
7
- privateKey: process.env.GITHUB_APP_PRIVATE_KEY,
+ privateKey: JSON.parse(`"${process.env.GITHUB_APP_PRIVATE_KEY}"`),
8
},
9
});
10
0 commit comments