load .env in various release scripts
This commit is contained in:
parent
5a796f62ab
commit
823f03c1ff
5 changed files with 8 additions and 0 deletions
|
@ -1,3 +1,5 @@
|
|||
require('dotenv-safe').load()
|
||||
|
||||
const GitHub = require('github')
|
||||
const github = new GitHub()
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue