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
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