Skip to content

Commit 17e99e4

Browse files
fix: escape dependency
1 parent 069aa5e commit 17e99e4

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.circleci/config.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -404,7 +404,7 @@ jobs:
404404
api_endpoint:
405405
type: string
406406
dashboard_token_env:
407-
type: string
407+
type: env_var_name
408408
macos:
409409
xcode: 15.4.0
410410
resource_class: macos.m1.medium.gen1
@@ -427,7 +427,7 @@ jobs:
427427
name: Publish Custom Package with Escape
428428
command: Escape react-native publish-custompackage
429429
environment:
430-
DASHBOARD_TOKEN: << parameters.dashboard_token_env >>
430+
DASHBOARD_TOKEN: ${<< parameters.dashboard_token_env >>}
431431
DASHBOARD_API_ENDPOINT: << parameters.api_endpoint >>
432432

433433
publish:
@@ -571,7 +571,7 @@ workflows:
571571
android_package: nn
572572
api_endpoint: st001009nn.instabug.com
573573
api_endpoint: st001009nn.instabug.com
574-
dashboard_token_env: $NN_TOKEN
574+
dashboard_token_env: NN_TOKEN
575575

576576
- hold_release_injazat:
577577
type: approval
@@ -585,7 +585,7 @@ workflows:
585585
android_package: injazat
586586
api_endpoint: st001013mec1.instabug.com
587587
api_endpoint: st001013mec1.instabug.com
588-
dashboard_token_env: "${INJAZAT_TOKEN}"
588+
dashboard_token_env: INJAZAT_TOKEN
589589

590590
# Dream11 tests
591591
- hold_test_dream11:
@@ -628,4 +628,4 @@ workflows:
628628
prepare_steps:
629629
- prepare_dream11
630630
api_endpoint: st001012dream11.instabug.com
631-
dashboard_token_env: "${DREAM11_TOKEN}"
631+
dashboard_token_env: DREAM11_TOKEN

0 commit comments

Comments
 (0)