From f1070ae45f78a2e63bc7e34a5692ef64e04ee9d3 Mon Sep 17 00:00:00 2001 From: oskar-binary Date: Tue, 17 Sep 2019 16:07:10 +0800 Subject: [PATCH] update env naming --- Gruntfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gruntfile.js b/Gruntfile.js index a74ca1e64a..38861aa875 100755 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -203,7 +203,7 @@ module.exports = function (grunt) { options: { base: "dist/compressed", add: true, - repo: "https://" + process.env.GIT_KEY + "@github.com/binary-com/webtrader.git", + repo: "https://" + process.env.MY_SECRET_ENV + "@github.com/binary-com/webtrader.git", message: "Commit v<%=pkg.version%> from TravisCI for [" + process.env.TRAVIS_BRANCH + "]" }, src: ["**/*"]