From 008fa8371173c3c67bab10f7012b674146e2bcc7 Mon Sep 17 00:00:00 2001 From: Andrew Gable Date: Thu, 9 Jan 2025 19:57:06 -0800 Subject: [PATCH] Try new flag --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 70d386ef7aa7..af871cb6019b 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -166,7 +166,7 @@ jobs: env: OP_SERVICE_ACCOUNT_TOKEN: ${{ secrets.OP_SERVICE_ACCOUNT_TOKEN }} run: | - op read op://Mobile-Deploy-CI/firebase.json/firebase.json --out-file ./firebase.json + op read op://Mobile-Deploy-CI/firebase.json/firebase.json --force --out-file ./firebase.json op document get --output ./upload-key.keystore upload-key.keystore op document get --output ./android-fastlane-json-key.json android-fastlane-json-key.json # Copy the keystore to the Android directory for Fullstory