Commit
366cc294f15db64bd68a5d754e653c831e27422b
by noreplyci(tiflash): fix sanitizer submodule auth (#4525)
## Background
The TiFlash repository recently introduced a new submodule,
`contrib/tici`. The sanitizer jobs fail during `git submodule update
--init --recursive` because the submodule is hosted in a private
repository and the current CI configuration does not provide
authentication for it.
## Summary
- allow private submodules such as contrib/tici to be fetched during
sanitizer job setup
(commit: 366cc29)