I had to switch my public Github repository to private and cannot access files, not with access tokens that I was able to with the public Github repo. I can access my private repo’s CSV with curl: ”’ curl -s https://{token}@raw.githubusercontent.com/username/repo/master/file.csv ”’ However, I want to access this information in my python file. When the repo was public I could