New token

This commit is contained in:
Zach Zundel 2020-01-29 13:08:22 -08:00
parent 25c35a8643
commit 2b2e32d3bb

View file

@ -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: " +