You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: