Skip to content

Commit

Permalink
πŸ‘· Added support for google-services.json
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenzovngl committed Apr 25, 2023
1 parent d57c983 commit 519c3e7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@ jobs:
distribution: 'temurin'
cache: gradle

- name: Create Google Services JSON File
env:
GOOGLE_SERVICES_JSON: ${{ secrets.GOOGLE_SERVICES_JSON }}
run: echo $GOOGLE_SERVICES_JSON | base64 -di > ./app/google-services.json
- name: Grant execute permission for gradlew
run: chmod +x gradlew
- name: Build with Gradle
Expand Down

0 comments on commit 519c3e7

Please sign in to comment.