saadpasta / react-blog-github

🔥 React + Github Issues 👉 Your Personal Blog
https://saadpasta.github.io/react-blog-github/#/
MIT License
784 stars 131 forks source link

React Blog Github Not Fetching the Github Issue #109

Open saadpasta opened 1 year ago

saadpasta commented 1 year ago

Currently, react-blog-github uses GitHub Personal Access Token to fetch the GitHub issues related to it. I have removed my own token from the code as it can be dangerous. We need to find a better way of fetching the GitHub issues and keeping the token saved in some secret maybe.

Solution 1 : Could be saved the token as a GitHub secret and fetched it at build time from the secrets and use it maybe.

We can also find another alternative to fetching the public GitHub issue without using any of the token

saadpasta commented 1 year ago

Currently fixed. But have to hard refresh have to see why this is happening