How do i read data from private github repro

corect me if this the frong catagory

using json files to store some data are handfull especialy when you use it to update real time data without updating your game but if i host my json file on github and i use the raw link theres a token at the end but this thingy not last long

tried also to use secrets with an personal access token but

  1. this only can be tested on the game client not in studio
  2. it either way gave errors and stilll didnt acessed the file

is there any other way i can read this file have no monny to host my own servers

Would you be able to save the file to a DataStore entry? You could use OpenCloudTools - Open Source Datastore/MessagingService Tools to update the entry.

To help with your accessing the file through GitHub, you’d have to provide details about your error.

First it can read the file but after a few minutes when I play again it gives 404 error

The purpose of the file is to automate the process so I only have to edit the file and then it automatically will be accessed in game without updating