File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -124,7 +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
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
128128 fastlane match development --app_identifier "${{ secrets.MATCH_UNIT_BUNDLEID }}" --git_url "${{ secrets.MATCH_GIT_URL }}" --git_basic_authorization "${{ secrets.MATCH_GIT_BASIC_AUTHORIZATION }}"
129129 fastlane match adhoc --app_identifier "${{ secrets.MATCH_UNIT_BUNDLEID }}" --git_url "${{ secrets.MATCH_GIT_URL }}" --git_basic_authorization "${{ secrets.MATCH_GIT_BASIC_AUTHORIZATION }}"
130130 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