update bug reporting

This commit is contained in:
Zach Zundel 2020-01-29 13:01:54 -08:00
parent b0103411d6
commit 25c35a8643

View file

@ -1011,7 +1011,7 @@ public class Utility {
if (value == 0) {
try {
GitHub github = GitHub.connectUsingPassword("buggsley", "ibiosim3280");
GitHub github = new GitHubBuilder().withOauthToken("79da2a9510ebdfa5fa2a80416e1598b2ad05190f").build();
GHRepository iBioSimRepository = github.getRepository("MyersResearchGroup/iBioSim");
GHIssueBuilder issue = iBioSimRepository.createIssue(bugSubject.getText().trim());
issue.body(System.getProperty("software.running") + "\n\nOperating system: " +