Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

React Blog Github Not Fetching the Github Issue #109

Open
saadpasta opened this issue Jan 8, 2023 · 1 comment
Open

React Blog Github Not Fetching the Github Issue #109

saadpasta opened this issue Jan 8, 2023 · 1 comment
Labels
bug Something isn't working

Comments

@saadpasta
Copy link
Owner

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 saadpasta added the bug Something isn't working label Jan 8, 2023
@saadpasta
Copy link
Owner Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant