Is there a way to load dataset lfs files on github private repo?

I am trying to load dataset lfs files on github private repo, not huggingface hub.
I used use_auth_token from personal access token.
But it didn’t work.

Can anyone give me some advise?
Thanks

I don’t think it is possible right now.

We’re working on supporting URLs like github://org:repo@sha/precip/catalog.yml with authentication (see GitHubFileSystem) as part of the FileSystem specs for python but this is is not implemented yet.

You could still move your files to HF if it’s possible in your case