From 180b8026bdc1f2992534db450600c92a4c22d2b3 Mon Sep 17 00:00:00 2001 From: Shawn Jackson Date: Tue, 10 Jun 2025 05:40:39 -0700 Subject: [PATCH] CU-868cu9311 Build update --- .github/workflows/react-native-cicd.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/react-native-cicd.yml b/.github/workflows/react-native-cicd.yml index b22afc7c..171ec20d 100644 --- a/.github/workflows/react-native-cicd.yml +++ b/.github/workflows/react-native-cicd.yml @@ -111,6 +111,10 @@ jobs: pnpm install pnpm add -g eas-cli@latest + - name: 📋 Create Credentials File + run: | + echo $CREDENTIALS_JSON_BASE64 | base64 -d > credentials.json + - name: 📱 Setup EAS build cache uses: actions/cache@v3 with: