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

fix: processing invalid GITHUB_TOKEN #140

Merged
merged 3 commits into from
Oct 1, 2023
Merged

fix: processing invalid GITHUB_TOKEN #140

merged 3 commits into from
Oct 1, 2023

Commits on Oct 1, 2023

  1. fix: processing invalid GITHUB_TOKEN

    * check versionsSemantic/judgedVersions before processing
    * if we get a 404 code from github when using a token, make a repeat request without a token
    
    Closed: #139
    juev committed Oct 1, 2023
    Configuration menu
    Copy the full SHA
    13a1857 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6bfcb8f View commit details
    Browse the repository at this point in the history
  3. feat: simplifying the use of the github api

    * use prepared json to take a list of golang versions
    * use a single query to take the latest version of gobrew
    * now we don't need to use a token in requests
    juev committed Oct 1, 2023
    Configuration menu
    Copy the full SHA
    2353cdb View commit details
    Browse the repository at this point in the history