We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d914b1 commit bc586a4Copy full SHA for bc586a4
1 file changed
test-pr-comment-delivery.js
@@ -54,6 +54,10 @@
54
const localSettings = JSON.parse(fs.readFileSync('local.settings.json'))
55
Object.entries(localSettings.Values).forEach(([key, value]) => process.env[key] = value)
56
57
+ // avoid accidentally triggering anything
58
+ delete process.env.GITHUB_APP_PRIVATE_KEY
59
+ delete process.env.AZURE_PIPELINE_TRIGGER_TOKEN
60
+
61
const index = require('./GitForWindowsHelper/index')
62
console.log(await index(context, req) || context.res)
63
})().catch(console.log)
0 commit comments