Skip to content

Commit

Permalink
Fix use secret google-play-service-account
Browse files Browse the repository at this point in the history
  • Loading branch information
up2code committed Dec 9, 2023
1 parent 2a480e2 commit bd787b7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,8 @@ jobs:

- name: Download google-play-service-account.json
run: |
echo "${{ secrets.GOOGLE_PLAY_SERVICE_ACCOUNT_JSON }}" > ./android/google-play-service-account.json
echo "${{ secrets.GOOGLE_PLAY_SERVICE_ACCOUNT_JSON }}" > google-play-service-account.asc
gpg -d --passphrase "${{ secrets.RELEASE_KEYSTORE_PASSPAHSE }}" --batch google-play-service-account.asc > ./android/google-play-service-account.json
ls -l ./android
- uses: ruby/setup-ruby@v1
Expand Down

0 comments on commit bd787b7

Please sign in to comment.