Hi tarun k
yes, the above steps still works even if the liquibase.properties file is in the repo.
In your repo, keep the liquibase.properties file like this:
liquibase.loglevel=debug
username=${DB_USERNAME}
password=${DB_PASSWORD}
changeLogFile=changeset_master.xml
url=test.com
And then define the YAML File which I mentioned as above.
Hope this helps!
Please Let me know if you have any queries.
If you found the information helpful, please click "Upvote" on the post to let us know and consider accepting the answer as the token of appreciation. Thank You.