diff --git a/full-sync.js b/full-sync.js index a39f8b46..281c5e3e 100644 --- a/full-sync.js +++ b/full-sync.js @@ -1,6 +1,8 @@ const { createProbot } = require('probot') const appFn = require('./') +require('dotenv').config() + const probot = createProbot() probot.log.info('Starting full sync.') const app = appFn(probot, {})