Skip to content

Commit 08c111f

Browse files
percy token added
1 parent 5e3c1bf commit 08c111f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

commands/utils/constants.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ module.exports = {
1111
DEFAULT_TEST_PATH: ".",
1212
LAMBDA_CONFIG: "./lambdatest-config.json",
1313
SUPPORTED_CYPRESS_VERSIONS: ["5", "6"],
14-
WHITELISTED_ENV_VARS: ["CI_BUILD_ID"],
14+
WHITELISTED_ENV_VARS: ["CI_BUILD_ID", "PERCY_TOKEN"],
1515
BUILD_END_STATES:
1616
"&status=running,queued,created,initiated,pqueued,error,lambda error,failed",
1717
BUILD_ERROR_STATES: "&status=error,lambda error,failed",

0 commit comments

Comments
 (0)