fix: Test release

releases/v3
Tycho Bokdam 2019-10-18 11:20:54 +02:00
parent d0cd7bf31f
commit 7365edf6f5
No known key found for this signature in database
GPG Key ID: A0FAE77C8CDF33C7
1 changed files with 1 additions and 1 deletions

View File

@ -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()