'GitHub Token Expire
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
Solution 1:[1]
I found a alternative to this . Step 1). Open https://ezgif.com/ Step 2). Inside Image to Data URI converter, Convert photo to URI Step 3). Include tags for HTML image src Step 4). Now you will get a URI, use that in your html page code
Whooo! It's working
Thanks to Anukul for suggesting the solution
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | Anubhav Srivastava |
