This commit is contained in:
Cem Baspinar 2025-11-19 00:11:13 +03:00 committed by GitHub
parent 7bc4e4892e
commit cf9aefef5a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -198,7 +198,7 @@ export const getAuthCredentialsForRepo = async (repo: RepoWithConnections, logge
repo.cloneUrl, repo.cloneUrl,
{ {
username, username,
password: token, password: token
} }
), ),
}; };