File tree Expand file tree Collapse file tree 1 file changed +1
-0
lines changed
Expand file tree Collapse file tree 1 file changed +1
-0
lines changed Original file line number Diff line number Diff 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 }}"
You can’t perform that action at this time.
0 commit comments