mirror of
https://github.com/electron/electron.git
synced 2026-05-02 03:00:22 -04:00
load .env in various release scripts
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
require('dotenv-safe').load()
|
||||
|
||||
const GitHub = require('github')
|
||||
const github = new GitHub()
|
||||
github.authenticate({type: 'token', token: process.env.ELECTRON_GITHUB_TOKEN})
|
||||
|
||||
Reference in New Issue
Block a user