load .env in various release scripts

This commit is contained in:
Zeke Sikelianos 2018-07-11 11:02:03 -07:00
parent 5a796f62ab
commit 823f03c1ff
5 changed files with 8 additions and 0 deletions

View file

@ -1,3 +1,5 @@
require('dotenv-safe').load()
const GitHub = require('github')
const github = new GitHub()