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
fetchreleases will now ask for the GitHub access Token at runtime
Instead of storing the token in an environment variable (which is a security risk) the script asks for the token at runtime. Note: better yet would be using the GitHub CLI to authenticate.
0 commit comments