We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d13dcdd commit 88c2788Copy full SHA for 88c2788
src/test/java/com/contentstack/sdk/TestAsset.java
@@ -18,8 +18,6 @@ private void envChecker() {
18
String githubActions = System.getenv("GITHUB_ACTIONS");
19
if (githubActions != null && githubActions.equals("true")) {
20
System.out.println("Tests are running in GitHub Actions environment.");
21
- String mySecretKey = System.getenv("API_KEY");
22
- System.out.println("My Secret Key: " + mySecretKey);
23
} else {
24
System.out.println("Tests are running in a local environment.");
25
}
0 commit comments