Skip to content

Commit 8d319fe

Browse files
authored
Merge pull request #82 from Resgrid/develop
CU-868cu9311 Adding fastlane to CI
2 parents e9a9ec4 + 100c95e commit 8d319fe

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

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

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,16 @@ jobs:
117117
restore-keys: |
118118
${{ runner.os }}-yarn-
119119
120+
- name: 🏗 Install Fastlane
121+
run: |
122+
run: yarn global add fastlane
123+
124+
- name: 📋 Run Fastlane Match
125+
run: |
126+
fastlane match --type development --bundle_id ${{ secrets.MATCH_UNIT_BUNDLEID }} --git_url ${{ secrets.MATCH_GIT_URL }} --git_basic_authorization ${{ secrets.MATCH_GIT_BASIC_AUTHORIZATION }}
127+
fastlane match --type adhoc --bundle_id ${{ secrets.MATCH_UNIT_BUNDLEID }} --git_url ${{ secrets.MATCH_GIT_URL }} --git_basic_authorization ${{ secrets.MATCH_GIT_BASIC_AUTHORIZATION }}
128+
fastlane match --type appstore --bundle_id ${{ secrets.MATCH_UNIT_BUNDLEID }} --git_url ${{ secrets.MATCH_GIT_URL }} --git_basic_authorization ${{ secrets.MATCH_GIT_BASIC_AUTHORIZATION }}
129+
120130
- name: 📦 Install dependencies
121131
run: |
122132
yarn install --frozen-lockfile

0 commit comments

Comments
 (0)