Skip to content

Commit

Permalink
Fix github itest to use oauth token instead username/password
Browse files Browse the repository at this point in the history
  • Loading branch information
llowinge authored and jamesnetherton committed Nov 18, 2020
1 parent daa0165 commit b80e1a0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
@Path("/github")
public class GithubResource {

private static final String GITHUB_AUTH_PARAMS = "username={{env:GITHUB_USERNAME:}}&password={{env:GITHUB_PASSWORD:}}";
private static final String GITHUB_AUTH_PARAMS = "oauthToken={{env:GITHUB_TOKEN:}}";

@Inject
ProducerTemplate producerTemplate;
Expand Down

0 comments on commit b80e1a0

Please sign in to comment.