Recommendation for CICD parameters

Hello I have liquibase project that is going to go through github actions CICD. I am using the liquibase gha workflows. One of the liquibase changelogs I want to maintain is a few small metadata tables (< 2000 rows). I intend to do use liquibase changelogs for the metadata inserts but there several values that are dependent upon the target enviroment, ie dev = s3://dev-bucket. I was thinkng about using a --defaults-file liquibase.dev.properties and liquibase.prod.properties file with the specific variables. Passing in this file during gha workflows.

Is this recommended or is there another recommendation for liquibase data insert changelog for cicd? I cannot see a lot of examples showing this is the recommendation for CICD.