My team hopes to set our pipeline up to use a central, version controlled YAML from our private GitHub. We do version control with tags. Thus far I’ve found no way to select a specific tag (rather than branch) when choosing the YAML from within Codefresh.
We’ve gotten around this by using YAML URL with the generated token from Github appended to the end, but this token expires after 7 days so we are continuously having to update our YAML URL.
Maybe I’m missing something? Otherwise a feature around this would be awesome.