mirror of
https://github.com/sourcebot-dev/sourcebot.git
synced 2025-12-12 12:25:22 +00:00
fix
This commit is contained in:
parent
7bc4e4892e
commit
cf9aefef5a
1 changed files with 1 additions and 1 deletions
|
|
@ -198,7 +198,7 @@ export const getAuthCredentialsForRepo = async (repo: RepoWithConnections, logge
|
|||
repo.cloneUrl,
|
||||
{
|
||||
username,
|
||||
password: token,
|
||||
password: token
|
||||
}
|
||||
),
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in a new issue