This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
license: apache-2.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package org.beryx.test; | |
import org.kohsuke.github.*; | |
import java.io.IOException; | |
import java.nio.charset.StandardCharsets; | |
public class GHApiTest { | |
private static String REPO_NAME = "sandboxx/GHTreeBuilderTest"; | |
private static String GITHUB_OAUTH = System.getenv("GITHUB_OAUTH"); |
OlderNewer