Include CICD scripts in multiple repos

I have a repo that has the latest version of my CICD scripts in it and I want to pull these scripts when the CICD job is run on multiple other repos, i have tried looking online but I can only see include examples where they include a yaml file not the scripts folder, what is the correct way to do this?

Thanks