diff --git a/src/helpers/git.js b/src/helpers/git.js index faf97cc..20aaf71 100644 --- a/src/helpers/git.js +++ b/src/helpers/git.js @@ -40,7 +40,7 @@ module.exports = new (class Git { // Update the origin if (githubToken) { - await this.updateOrigin(`https://x-access-token:${githubToken}@${gitUrl}/${GITHUB_REPOSITORY}.git`) + await this.updateOrigin(`http://x-access-token:${githubToken}@${gitUrl}/${GITHUB_REPOSITORY}.git`) } }