I had put a image on GitHub like this master/required_image/demo.png . I have generated a raw URL as https://raw.githubusercontent.com/<common_url>?token=GHSAT0AAAAAABRCB4PMH5JDBZHYBB5OBKO4YPY7CVQ
The problem with this is that it had token attached to it, which will be expired after 7 days as per official doc.
I want to use it on html page in production branch but since after 7 days it will be expired so could you please suggest some solution.
My repo is private as per client demand.
Any suggestion and solution welcomed. Thanks in advance