Skip to content

Commit

Permalink
give token
Browse files Browse the repository at this point in the history
  • Loading branch information
firm1 committed Sep 13, 2016
1 parent c17c5dd commit 1f7d81c
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -78,7 +78,7 @@ public static Content loadManifest(String folder, String owner, String repo) thr

Executor executor = Executor.newInstance();
if(github_user != null && !github_user.equals("") && github_token != null && !github_token.equals("")) {
executor.auth(github_user, github_token);
executor = executor.auth(github_user, github_token);
logger.debug("Authentification avec "+github_user);
}

Expand Down

0 comments on commit 1f7d81c

Please sign in to comment.