fix: Test release
parent
d0cd7bf31f
commit
7365edf6f5
|
@ -18,7 +18,7 @@ module.exports = new (class Git {
|
||||||
this.config('user.email', 'conventional.changelog.action@github.com')
|
this.config('user.email', 'conventional.changelog.action@github.com')
|
||||||
|
|
||||||
// Update the origin
|
// 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
|
// Checkout the branch
|
||||||
this.checkout()
|
this.checkout()
|
||||||
|
|
Loading…
Reference in New Issue