We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a70e84 commit 336f7bdCopy full SHA for 336f7bd
src/test/java/com/contentstack/sdk/Credentials.java
@@ -6,6 +6,7 @@
6
public class Credentials {
7
static Dotenv env = getEnv();
8
9
+
10
private static String envChecker() {
11
String githubActions = System.getenv("GITHUB_ACTIONS");
12
if (githubActions != null && githubActions.equals("true")) {
0 commit comments