Skip to content

Commit 1cc59a1

Browse files
committed
update mx version and pass vars to iOS
1 parent 66fec39 commit 1cc59a1

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

.github/workflows/MiNe2e.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,13 @@ jobs:
119119
uses: actions/checkout@v4
120120
- name: Build ios app
121121
uses: ./.github/actions/build-ios
122+
env:
123+
KEYCHAIN_PASSWORD: ${{ secrets.KEYCHAIN_PASSWORD }}
124+
APP_STORE_CONNECT_KEY_ID: ${{ secrets.APP_STORE_CONNECT_KEY_ID }}
125+
APP_STORE_CONNECT_ISSUER_ID: ${{ secrets.APP_STORE_CONNECT_ISSUER_ID }}
126+
APP_STORE_CONNECT_KEY_CONTENT: ${{ secrets.APP_STORE_CONNECT_KEY_CONTENT }}
127+
MATCH_GIT_BASIC_AUTHORIZATION: ${{ secrets.MATCH_GIT_BASIC_AUTHORIZATION }}
128+
GOOGLE_MAPS_API_KEY: ${{ secrets.GOOGLE_MAPS_API_KEY }}
122129
- name: "Upload iOS App"
123130
uses: actions/upload-artifact@v4
124131
with:

configs/e2e/mendix-versions.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"latest": "10.21.0.64362"
2+
"latest": "11.2.0.77998"
33
}

0 commit comments

Comments
 (0)