Skip to content

Commit 8958b85

Browse files
Updated secret names
1 parent 0d810cd commit 8958b85

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ios-end-to-end-tests.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,9 @@ jobs:
4545
with:
4646
xcode_test_plan: ${{ env.XCODE_TEST_PLAN }}
4747
ios_device_pin_code: ${{ secrets.IOS_DEVICE_PIN_CODE }}
48-
test_device_identifier_uuid: ${{ secrets.TEST_DEVICE_IDENTIFIER_UUID }}
49-
has_time_account_number: ${{ secrets.HAS_TIME_ACCOUNT_NUMBER }}
50-
no_time_account_number: ${{ secrets.NO_TIME_ACCOUNT_NUMBER }}
48+
test_device_identifier_uuid: ${{ secrets.IOS_TEST_DEVICE_IDENTIFIER_UUID }}
49+
has_time_account_number: ${{ secrets.IOS_HAS_TIME_ACCOUNT_NUMBER_PRODUCTION }}
50+
no_time_account_number: ${{ secrets.IOS_NO_TIME_ACCOUNT_NUMBER_PRODUCTION }}
5151
test_device_udid: ${{ secrets.IOS_TEST_DEVICE_UDID }}
5252

5353
- name: Comment PR on test failure

0 commit comments

Comments
 (0)