Skip to content

Commit

Permalink
Tweak syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewGable committed Oct 1, 2024
1 parent 8d781dc commit 7e3532f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -218,8 +218,8 @@ jobs:
env:
OP_SERVICE_ACCOUNT_TOKEN: ${{ secrets.OP_SERVICE_ACCOUNT_TOKEN }}
run: |
op document get upload-key.keystore --out-file upload-key.keystore --vault Mobile-Deploy-CI
op document get android-fastlane-json-key.json --out-file android-fastlane-json-key.json --vault Mobile-Deploy-CI
op document get --output ./upload-key.keystore upload-key.keystore
op document get --output ./android-fastlane-json-key.json android-fastlane-json-key.json
- name: Load Android upload keystore credentials from 1Password
uses: 1password/load-secrets-action@v2
Expand Down Expand Up @@ -530,8 +530,8 @@ jobs:
env:
OP_SERVICE_ACCOUNT_TOKEN: ${{ secrets.OP_SERVICE_ACCOUNT_TOKEN }}
run: |
op document get OldApp_AppStore.mobileprovision --out-file OldApp_AppStore.mobileprovision --vault Mobile-Deploy-CI
op document get OldApp_AppStore_Share_Extension.mobileprovision --out-file OldApp_AppStore_Share_Extension.mobileprovision --vault Mobile-Deploy-CI
op document get --output ./OldApp_AppStore.mobileprovision OldApp_AppStore.mobileprovision
op document get --output ./OldApp_AppStore_Share_Extension.mobileprovision OldApp_AppStore_Share_Extension.mobileprovision
- 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 7e3532f

Please sign in to comment.