mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-01-10 10:11:25 +08:00
fix(grunt): change variable name for github access key
This commit is contained in:
parent
5b76da7d32
commit
b968b41210
1 changed files with 1 additions and 1 deletions
|
@ -297,7 +297,7 @@ module.exports = (grunt) ->
|
|||
outputDir: 'electron'
|
||||
downloadDir: electronDownloadDir
|
||||
rebuild: true # rebuild native modules after electron is updated
|
||||
token: process.env.ATOM_ACCESS_TOKEN
|
||||
token: process.env.NYLAS_ACCESS_TOKEN
|
||||
|
||||
'create-windows-installer':
|
||||
appDirectory: shellAppDir
|
||||
|
|
Loading…
Reference in a new issue