diff --git a/.github/workflows/production.yml b/.github/workflows/production.yml index 2183ef109c..e76da33f27 100644 --- a/.github/workflows/production.yml +++ b/.github/workflows/production.yml @@ -51,7 +51,7 @@ jobs: - name: Create Google Play service account key env: GOOGLE_PLAY_SERVICE_ACCOUNT: ${{ secrets.GOOGLE_PLAY_SERVICE_ACCOUNT }} - run: echo "$GOOGLE_PLAY_SERVICE_ACCOUNT" > app/play-service-account-key.json + run: echo "$GOOGLE_PLAY_SERVICE_ACCOUNT" | base64 --decode > app/play-service-account-key.json - name: Build apk with fastlane run: bundle exec fastlane prod github_token:${{ secrets.GITHUB_TOKEN }}