Skip to content

Commit 2fb0f59

Browse files
committed
CU-868cu9311 CI updates
1 parent 553446d commit 2fb0f59

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/react-native-cicd.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,7 @@ jobs:
124124
125125
- name: 📋 Run Fastlane Match
126126
run: |
127+
fastlane run app_store_connect_api_key --key_id "${{ secrets.APP_STORE_CONNECT_KEY_ID }}" --issuer_id "${{ secrets.APP_STORE_CONNECT_ISSUER_ID }}" --key_content "${{ secrets.APPLE_APIKEY }}" --is_key_content_base64 true --duration 1200 --in_house false
127128
fastlane match development --app_identifier "${{ secrets.MATCH_UNIT_BUNDLEID }}" --git_url "${{ secrets.MATCH_GIT_URL }}" --git_basic_authorization "${{ secrets.MATCH_GIT_BASIC_AUTHORIZATION }}"
128129
fastlane match adhoc --app_identifier "${{ secrets.MATCH_UNIT_BUNDLEID }}" --git_url "${{ secrets.MATCH_GIT_URL }}" --git_basic_authorization "${{ secrets.MATCH_GIT_BASIC_AUTHORIZATION }}"
129130
fastlane match appstore --app_identifier "${{ secrets.MATCH_UNIT_BUNDLEID }}" --git_url "${{ secrets.MATCH_GIT_URL }}" --git_basic_authorization "${{ secrets.MATCH_GIT_BASIC_AUTHORIZATION }}"

0 commit comments

Comments
 (0)