Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
aprilmintacpineda committed Mar 17, 2021
1 parent 7a1b523 commit 798ea00
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dev-android-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ jobs:
env:
KEYSTORE_PASSWORD: ${{ secrets.KEYSTORE_PASSWORD }}
run: |
echo '${{ secrets.GOOGLE_SERVICE_ACCOUNT_KEY }}' > android/google-service-account-key.json
echo '${{ secrets.GOOGLE_SERVICES_JSON_DEV }}' > android/app/google-services.json
echo '${{ secrets.SERVICE_ACCOUNT }}' > android/service-account.json
echo '${{ secrets.GOOGLE_SERVICES_JSON }}' > android/app/google-services.json
echo "${{ secrets.ANDROID_SIGNING_KEY }}" > my-upload-key.keystore.asc
gpg -d --passphrase "${{ secrets.ANDROID_SIGNING_KEY_PASSPHRASE }}" --batch my-upload-key.keystore.asc > android/app/my-upload-key.keystore
yarn keystore-password
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/dev-ios-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,8 @@ jobs:
- name: Setup files
run: |
echo "${{ secrets.P8_AUTH_KEY }}" > FastlaneDeploymentCI.p8
echo "${{ secrets.GOOGLE_SERVICES_PLIST_DEV }}" > ios/proj_pronetplat_aa/GoogleService-Info.plist
echo "${{ secrets.P8_AUTH_KEY }}" > ios/FastlaneDeploymentCI.p8
echo "${{ secrets.GOOGLE_SERVICES_PLIST }}" > ios/proj_pronetplat_aa/GoogleService-Info.plist
- name: Build and deploy
run: |
Expand Down
2 changes: 1 addition & 1 deletion android/fastlane/Appfile
Original file line number Diff line number Diff line change
@@ -1 +1 @@
json_key_file("google-service-account-key.json") # Path to the json secret file - Follow https://docs.fastlane.tools/actions/supply/#setup to get one
json_key_file("service-account.json") # Path to the json secret file - Follow https://docs.fastlane.tools/actions/supply/#setup to get one

0 comments on commit 798ea00

Please sign in to comment.