Skip to content

Commit

Permalink
credientials added to GithubClientConfig
Browse files Browse the repository at this point in the history
  • Loading branch information
ahakanzn committed Apr 24, 2024
1 parent 20fe72d commit 49e11d7
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ public GithubApiClient githubApiService(IssuesConfig config) {
return new ClientBuilder()
.withObjectMapper(mapper)
.withUrl(config.getGithubWsUrl())
.withCredentials(config.getGithubUser(), config.getGithubPassword())
.build(GithubApiClient.class);
}
}

0 comments on commit 49e11d7

Please sign in to comment.