For some projects, the unsigned_fields is dynamic, so a fixed list of them in the yaml file isn't ideal
Also, for some projects (and probably most projects), there is only ever one profile, so ENV vars work well.
Ideally we can have a solution where the common use case (having a single profile) is easy to setup, but we can still support multiple profiles for those that need it
For some projects, the
unsigned_fields is dynamic
, so a fixed list of them in the yaml file isn't idealAlso, for some projects (and probably most projects), there is only ever one profile, so ENV vars work well.
Ideally we can have a solution where the common use case (having a single profile) is easy to setup, but we can still support multiple profiles for those that need it