I have usecase to check my remote github repo has latest release tag from my terminal tool but the tool doesn't need any user authentication for github access.
I don't want to store the pat token from my code, any other appoarch i can use to solve the probelm
Need solution to access the github api from the tool, the tool can be downloaded and run by all the user. but i donot want to get the user details to hit github api