at your own risk
never commit plain text passwords to Git, even private ones - they can always be leaked without your knowing at some point
where appropriate, dont use git secret, instead use a secret vault as in AWS, Azure or something like Hashicorp vault or secured secrets in pipelines, again when appropriate, you know the drill