Skip to content

Commit

Permalink
Merge pull request #55043 from Expensify/andrew-op
Browse files Browse the repository at this point in the history
[No QA]Fix an `op document get` issue with firebase distribution

(cherry picked from commit c709aaf)

(CP triggered by AndrewGable)
  • Loading branch information
AndrewGable authored and OSBotify committed Jan 10, 2025
1 parent b59750d commit 4a5f426
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -166,9 +166,9 @@ jobs:
env:
OP_SERVICE_ACCOUNT_TOKEN: ${{ secrets.OP_SERVICE_ACCOUNT_TOKEN }}
run: |
op document get --output ./firebase.json 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
op document get firebase.json --out-file ./firebase.json
op document get upload-key.keystore --out-file ./upload-key.keystore
op document get android-fastlane-json-key.json --out-file ./android-fastlane-json-key.json
# Copy the keystore to the Android directory for Fullstory
cp ./upload-key.keystore Mobile-Expensify/Android
Expand Down Expand Up @@ -361,8 +361,7 @@ jobs:
- name: Load files from 1Password
env:
OP_SERVICE_ACCOUNT_TOKEN: ${{ secrets.OP_SERVICE_ACCOUNT_TOKEN }}
run: |
op document get --output ./firebase.json firebase.json
run: op document get firebase.json --out-file ./firebase.json

- name: Decrypt AppStore profile
run: cd ios && gpg --quiet --batch --yes --decrypt --passphrase="$LARGE_SECRET_PASSPHRASE" --output NewApp_AppStore.mobileprovision NewApp_AppStore.mobileprovision.gpg
Expand Down

0 comments on commit 4a5f426

Please sign in to comment.