diff --git a/.github/workflows/react-native-cicd.yml b/.github/workflows/react-native-cicd.yml index 5fe1fef5..cbaabe5b 100644 --- a/.github/workflows/react-native-cicd.yml +++ b/.github/workflows/react-native-cicd.yml @@ -126,10 +126,6 @@ jobs: yarn install --frozen-lockfile yarn global add eas-cli@latest - - name: 📋 Create Credentials File - run: | - echo $CREDENTIALS_JSON_BASE64 | base64 -d > credentials.json - - name: 📋 Create Android Keystore run: | echo $UNIT_ANDROID_KS | base64 -d > keystore.jks diff --git a/eas.json b/eas.json index 3dc58d40..bf4aaf02 100644 --- a/eas.json +++ b/eas.json @@ -52,7 +52,6 @@ }, "internal": { "distribution": "internal", - "credentialsSource": "local", "yarn": "1.22.22", "ios": { "image": "latest" @@ -70,7 +69,6 @@ "development": { "developmentClient": true, "distribution": "internal", - "credentialsSource": "local", "yarn": "1.22.22", "ios": { "image": "latest"