I used github-free account and already know how to access my web asset on github repo-public via jsdelivr, then i want make it private. when i set the repo to private it not work, the assets cannot be accessed "failed to fetch"
My idea is :
- Create private repo for web assets.
- create branch that containing: branch/css, branch/js, branch/webfonts. As an example.
- Serve it to jsdelivr cdn for my web.
Is anyone know how to implement github private repo to jsdelivr for web assets?