parent
77a8952a0f
commit
2cd15c0459
|
@ -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`)
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue