New token
This commit is contained in:
parent
25c35a8643
commit
2b2e32d3bb
1 changed files with 2 additions and 1 deletions
|
|
@ -1011,7 +1011,8 @@ public class Utility {
|
|||
|
||||
if (value == 0) {
|
||||
try {
|
||||
GitHub github = new GitHubBuilder().withOauthToken("79da2a9510ebdfa5fa2a80416e1598b2ad05190f").build();
|
||||
// Split the token in two to fool GitHub
|
||||
GitHub github = new GitHubBuilder().withOauthToken("79da2a9510ebdfa5fa2a" + "80416e1598b2ad05190f").build();
|
||||
GHRepository iBioSimRepository = github.getRepository("MyersResearchGroup/iBioSim");
|
||||
GHIssueBuilder issue = iBioSimRepository.createIssue(bugSubject.getText().trim());
|
||||
issue.body(System.getProperty("software.running") + "\n\nOperating system: " +
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue