summaryrefslogtreecommitdiffhomepage
path: root/.github
diff options
context:
space:
mode:
authorBug Magnet <marco.nikic@mullvad.net>2024-01-10 16:56:40 +0100
committerBug Magnet <marco.nikic@mullvad.net>2024-01-18 09:20:18 +0100
commit93bd6908441c0a693e874e731fc59a41fe4d29cb (patch)
treec6aaf824e1bb19a6f227f29c7d8fa817b8ffd22a /.github
parent88b52d5ebd66d7e195173df0594f52b089cef593 (diff)
downloadmullvadvpn-93bd6908441c0a693e874e731fc59a41fe4d29cb.tar.xz
mullvadvpn-93bd6908441c0a693e874e731fc59a41fe4d29cb.zip
Add a staging configuration that automatically targets the staging environment
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ios-screenshots-creation.yml1
-rw-r--r--.github/workflows/ios-screenshots-tests.yml1
-rw-r--r--.github/workflows/ios.yml1
3 files changed, 3 insertions, 0 deletions
diff --git a/.github/workflows/ios-screenshots-creation.yml b/.github/workflows/ios-screenshots-creation.yml
index f48116678a..69de59e1e4 100644
--- a/.github/workflows/ios-screenshots-creation.yml
+++ b/.github/workflows/ios-screenshots-creation.yml
@@ -39,6 +39,7 @@ jobs:
cp App.xcconfig.template App.xcconfig
cp PacketTunnel.xcconfig.template PacketTunnel.xcconfig
cp Screenshots.xcconfig.template Screenshots.xcconfig
+ cp Api.xcconfig.template Api.xcconfig
sed -i "" "s/MULLVAD_ACCOUNT_TOKEN = /MULLVAD_ACCOUNT_TOKEN = $TEST_ACCOUNT/g" Screenshots.xcconfig
working-directory: ios/Configurations
diff --git a/.github/workflows/ios-screenshots-tests.yml b/.github/workflows/ios-screenshots-tests.yml
index 6d2efe9d96..b71e372a3a 100644
--- a/.github/workflows/ios-screenshots-tests.yml
+++ b/.github/workflows/ios-screenshots-tests.yml
@@ -55,6 +55,7 @@ jobs:
cp App.xcconfig.template App.xcconfig
cp PacketTunnel.xcconfig.template PacketTunnel.xcconfig
cp Screenshots.xcconfig.template Screenshots.xcconfig
+ cp Api.xcconfig.template Api.xcconfig
sed -i "" "s/MULLVAD_ACCOUNT_TOKEN = /MULLVAD_ACCOUNT_TOKEN = $TEST_ACCOUNT/g" Screenshots.xcconfig
working-directory: ios/Configurations
diff --git a/.github/workflows/ios.yml b/.github/workflows/ios.yml
index fad2c4d178..5d8cdb7034 100644
--- a/.github/workflows/ios.yml
+++ b/.github/workflows/ios.yml
@@ -81,6 +81,7 @@ jobs:
cp App.xcconfig.template App.xcconfig
cp PacketTunnel.xcconfig.template PacketTunnel.xcconfig
cp Screenshots.xcconfig.template Screenshots.xcconfig
+ cp Api.xcconfig.template Api.xcconfig
working-directory: ios/Configurations
- name: Install xcbeautify