Skip to content

Commit c709aaf

Browse files
authored
Merge pull request #55043 from Expensify/andrew-op
[No QA]Fix an `op document get` issue with firebase distribution
2 parents 73fcb8b + 6ea6f77 commit c709aaf

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

.github/workflows/deploy.yml

+4-5
Original file line numberDiff line numberDiff line change
@@ -166,9 +166,9 @@ jobs:
166166
env:
167167
OP_SERVICE_ACCOUNT_TOKEN: ${{ secrets.OP_SERVICE_ACCOUNT_TOKEN }}
168168
run: |
169-
op document get --output ./firebase.json firebase.json
170-
op document get --output ./upload-key.keystore upload-key.keystore
171-
op document get --output ./android-fastlane-json-key.json android-fastlane-json-key.json
169+
op document get firebase.json --out-file ./firebase.json
170+
op document get upload-key.keystore --out-file ./upload-key.keystore
171+
op document get android-fastlane-json-key.json --out-file ./android-fastlane-json-key.json
172172
# Copy the keystore to the Android directory for Fullstory
173173
cp ./upload-key.keystore Mobile-Expensify/Android
174174
@@ -361,8 +361,7 @@ jobs:
361361
- name: Load files from 1Password
362362
env:
363363
OP_SERVICE_ACCOUNT_TOKEN: ${{ secrets.OP_SERVICE_ACCOUNT_TOKEN }}
364-
run: |
365-
op document get --output ./firebase.json firebase.json
364+
run: op document get firebase.json --out-file ./firebase.json
366365

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

0 commit comments

Comments
 (0)