From d1b4c72fc528188ec2a5243320009197ff7eebe4 Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Sat, 21 Mar 2020 20:47:24 -0400 Subject: [PATCH] Update index.js --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index cf23cf9..46e9404 100644 --- a/index.js +++ b/index.js @@ -56,7 +56,7 @@ try { GITHUB_REPOSITORY: process.env.GITHUB_REPOSITORY, GITHUB_SHA: process.env.GITHUB_SHA, GITHUB_HEAD_REF: process.env.GITHUB_HEAD_REF || '' - }; + }); if(token){ options.env.CODECOV_TOKEN = token