Hello,
I followed Kata #49: Set up your development environment in GitHub, to set this up
I am to successfully fork the Skyline-Starter-Workflow and run it in my organisation. However, I still cannot see it when I go to
.github/workflow-templates and then actions
I was wondering if there is a setting that could be restricting it from showing up? Or whether I can't have the visibility on internal, I have to have it on public?
Any help would be much appreciated!
Hi Amber
The templates are only visible when working on a public repository or when using a paid GitHub subscription.
More info:
Setting up complete quality control in CI/CD for connector deployment | DataMiner Docs
See step 3, unless you have a paid GitHub subscription (or the organization has a paid subscription), you need to use a public repository. In case of private repositories, you need to copy-paste the starter workflow yourself.

Thanks, Michiel – I'll give that a try and let you know if it works!