Skip to content

Commit

Permalink
chore: ingest env var file
Browse files Browse the repository at this point in the history
  • Loading branch information
deepakraog committed Jan 21, 2025
1 parent 5d294da commit d2d7d46
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions full-sync.js
Original file line number Diff line number Diff line change
@@ -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, {})
Expand Down

0 comments on commit d2d7d46

Please sign in to comment.