use github token in travis ci builds
This commit is contained in:
Родитель
078aa5ebdd
Коммит
7cd8b82c86
|
@ -97,7 +97,8 @@ var config = {
|
|||
darwinBundleDocumentTypes: product.darwinBundleDocumentTypes,
|
||||
darwinCredits: darwinCreditsTemplate ? new Buffer(darwinCreditsTemplate({ commit: commit, date: new Date().toISOString() })) : void 0,
|
||||
winIcon: product.icons.application.ico,
|
||||
win32ExeBasename: product.win32ExeBasename
|
||||
win32ExeBasename: product.win32ExeBasename,
|
||||
token: process.env['GITHUB_TOKEN'] || void 0
|
||||
};
|
||||
|
||||
gulp.task('electron', function () {
|
||||
|
|
Загрузка…
Ссылка в новой задаче