summaryrefslogtreecommitdiffhomepage
path: root/.github/workflows
diff options
context:
space:
mode:
authorNiklas Berglund <niklas.berglund@gmail.com>2024-02-29 11:25:44 +0100
committerBug Magnet <marco.nikic@mullvad.net>2024-03-01 15:01:15 +0100
commitfc95c7c733fbeb4a353668c348ed3d32f0634188 (patch)
tree474688502583e70e10d59e371ad9603dfcab07e7 /.github/workflows
parent3d82af731031faedc1a227c3326de98713f9c86d (diff)
downloadmullvadvpn-fc95c7c733fbeb4a353668c348ed3d32f0634188.tar.xz
mullvadvpn-fc95c7c733fbeb4a353668c348ed3d32f0634188.zip
Update to use debug configuration's secrets
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/ios-end-to-end-tests.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/ios-end-to-end-tests.yml b/.github/workflows/ios-end-to-end-tests.yml
index 28da6da122..decc029c49 100644
--- a/.github/workflows/ios-end-to-end-tests.yml
+++ b/.github/workflows/ios-end-to-end-tests.yml
@@ -20,8 +20,8 @@ jobs:
IOS_DEVICE_PIN_CODE: ${{ secrets.IOS_DEVICE_PIN_CODE }}
TEST_DEVICE_IDENTIFIER_UUID: ${{ secrets.IOS_TEST_DEVICE_IDENTIFIER_UUID }}
TEST_DEVICE_UDID: ${{ secrets.IOS_TEST_DEVICE_UDID }}
- HAS_TIME_ACCOUNT_NUMBER: ${{ secrets.IOS_HAS_TIME_ACCOUNT_NUMBER }}
- NO_TIME_ACCOUNT_NUMBER: ${{ secrets.IOS_NO_TIME_ACCOUNT_NUMBER }}
+ HAS_TIME_ACCOUNT_NUMBER: ${{ secrets.IOS_HAS_TIME_ACCOUNT_NUMBER_PRODUCTION }}
+ NO_TIME_ACCOUNT_NUMBER: ${{ secrets.IOS_NO_TIME_ACCOUNT_NUMBER_PRODUCTION }}
steps:
- name: Checkout repository
uses: actions/checkout@v4