Skip to content

Commit

Permalink
Merge branch 'master' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
frett committed Sep 19, 2023
2 parents 445da16 + 8f82972 commit 3ef7c30
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -334,11 +334,10 @@ jobs:
bundler-cache: true
- name: ➕ Add Commit SHA to ENVFILE
run: echo "COMMIT_SHA=$GITHUB_SHA" >> ./.env.production
- name: 🔓 Decrypt GooglePlayAPI.json
# Using "-md md5" to support old file from previous version of OpenSSL https://www.openssl.org/docs/faq.html#USER3
run: openssl aes-256-cbc -pass "pass:$GOOGLE_PLAY_API_FILE_PASSWORD" -in ./android/fastlane/GooglePlayAPI.enc -out ./android/fastlane/GooglePlayAPI.json -d -a -md md5
- name: 🔓 Import GooglePlayAPI.json
env:
GOOGLE_PLAY_API_FILE_PASSWORD: ${{ secrets.GOOGLE_PLAY_API_FILE_PASSWORD }}
GOOGLE_PLAY_API_KEY: ${{ secrets.GOOGLE_PLAY_API_KEY }}
run: echo $GOOGLE_PLAY_API_KEY > ./android/fastlane/GooglePlayAPI.json
- name: 🏗️🚀🤖 Build and push to Android Beta
uses: maierj/fastlane-action@v2.0.0
with:
Expand Down

0 comments on commit 3ef7c30

Please sign in to comment.