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
In #70, a new validation was added which first checks that a repository exists before proceeding with the rest of the application.
For private github repositories, this always fails because the apitoken is not acquired before making the validation.
What's more, the API token is not added as an authorisation middleware when checking that the repository exists.
What to do about it:
Acquire Authentication token before making any validations
Instrument calls to IsHealthy in fetcher to plug in the authorisation middleware
The text was updated successfully, but these errors were encountered:
In #70, a new validation was added which first checks that a repository exists before proceeding with the rest of the application.
For private github repositories, this always fails because the
apitoken
is not acquired before making the validation.What's more, the API token is not added as an authorisation middleware when checking that the repository exists.
What to do about it:
IsHealthy
infetcher
to plug in the authorisation middlewareThe text was updated successfully, but these errors were encountered: