I have created a github repo template, and some users used it.
My question is how to show the people who use my github repo template.
For example in the Used By section. If I can't add it in the Used by section how to embed it in the Read me.
For context I have a friend who generated a repo from my template.
This is the repo for more context: https://github.com/Bashamega/ebookCraft
You'll be able to see/access public forks of your repo in the Forks and Network sections.
If you want to embed this in your README, you'll need to use the GitHub API. This is a pretty similar program that uses GitHub Actions to display contributors in your README. You could fork this action and edit the API calls to fetch from Forks, then use it in a workflow.