Airbyte allows us to use git repositories to setup...
# replication-ask-ai
a
Airbyte allows us to use git repositories to setup dbt transformation. If the repo is private, then Airbyte expects us to paste the personal access token as part of the URL. However, GitHub recommends that we treat the token just like a password. Airbyte simply shows the token on the UI in plain text! I would like Airbyte to treat it like a password and hide the token on screen. Is there any alternative to avoid showing the password in plain text?
k
A message from kapa.ai
Hmm, I don't know enough to give you a confident answer yet. However, you can refer to the Airbyte documentation on [using private Git repositories](https://docs.airbyte.com/operator-guides/transformation-and-normalization/transformations-with-airbyte#private-git-repository) for more information on setting up private repositories with Airbyte.