mirror of
https://github.com/renovatebot/renovate.git
synced 2025-01-12 15:06:27 +00:00
parent
8acc17eea4
commit
cb79338984
1 changed files with 1 additions and 1 deletions
|
@ -311,7 +311,7 @@ async function initRepo({
|
||||||
config.forkToken ||
|
config.forkToken ||
|
||||||
(global.appMode ? `x-access-token:${opts.token}` : opts.token),
|
(global.appMode ? `x-access-token:${opts.token}` : opts.token),
|
||||||
hostname: host,
|
hostname: host,
|
||||||
repository,
|
repository: config.repository,
|
||||||
});
|
});
|
||||||
config.storage = new GitStorage();
|
config.storage = new GitStorage();
|
||||||
await config.storage.initRepo({
|
await config.storage.initRepo({
|
||||||
|
|
Loading…
Reference in a new issue