Skip to content

Commit 54a97bb

Browse files
authored
Merge pull request #65 from Resgrid/develop
CU-868cu9311 Build update
2 parents 4fd780d + 180b802 commit 54a97bb

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,10 @@ jobs:
111111
pnpm install
112112
pnpm add -g eas-cli@latest
113113
114+
- name: 📋 Create Credentials File
115+
run: |
116+
echo $CREDENTIALS_JSON_BASE64 | base64 -d > credentials.json
117+
114118
- name: 📱 Setup EAS build cache
115119
uses: actions/cache@v3
116120
with:

0 commit comments

Comments
 (0)