Skip to content

Commit

Permalink
Update android_ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
BobbyESP committed Aug 15, 2024
1 parent 1fb99bf commit 4add938
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/android_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,11 @@ jobs:
echo "CLIENT_ID=${{ secrets.CLIENT_ID }}" >> local.properties
echo "CLIENT_SECRET=${{ secrets.CLIENT_SECRET }}" >> local.properties
- name: Create Google Service file
env:
DATA: ${{ secrets.GOOGLE_SERVICES_JSON }}
run: echo $DATA | base64 -di > app/google-services.json

- uses: gradle/actions/setup-gradle@v3

- name: Grant execute permission for gradlew
Expand Down

0 comments on commit 4add938

Please sign in to comment.