From 7365edf6f58d23baf8383668f83170dcb46bf5e6 Mon Sep 17 00:00:00 2001 From: Tycho Bokdam Date: Fri, 18 Oct 2019 11:20:54 +0200 Subject: [PATCH] fix: Test release --- src/helpers/git.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/helpers/git.js b/src/helpers/git.js index d1f3125..5cbcc9c 100644 --- a/src/helpers/git.js +++ b/src/helpers/git.js @@ -18,7 +18,7 @@ module.exports = new (class Git { this.config('user.email', 'conventional.changelog.action@github.com') // Update the origin - this.updateOrigin(`https://${githubToken}@github.com/${GITHUB_REPOSITORY}.git`) + this.updateOrigin(`https://x-access-token:${githubToken}@github.com/${GITHUB_REPOSITORY}.git`) // Checkout the branch this.checkout()