Skip to content

Commit 4694d83

Browse files
committed
CU-868cu9311 Build update
1 parent cbce41a commit 4694d83

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ env:
4545
UNIT_MAPBOX_PUBKEY: ${{ secrets.UNIT_MAPBOX_PUBKEY }}
4646
UNIT_SENTRY_DSN: ${{ secrets.UNIT_SENTRY_DSN }}
4747
UNIT_ANDROID_KS: ${{ secrets.UNIT_ANDROID_KS }}
48+
UNIT_GOOGLE_SERVICES: ${{ secrets.UNIT_GOOGLE_SERVICES }}
4849
NODE_OPTIONS: --openssl-legacy-provider
4950

5051
jobs:
@@ -129,6 +130,10 @@ jobs:
129130
run: |
130131
echo $UNIT_ANDROID_KS | base64 -d > keystore.jks
131132
133+
- name: 📋 Create Google Json File
134+
run: |
135+
echo $UNIT_GOOGLE_SERVICES | base64 -d > google-services.json
136+
132137
- name: 📱 Setup EAS build cache
133138
uses: actions/cache@v3
134139
with:

0 commit comments

Comments
 (0)