Skip to content

Commit 648b6d1

Browse files
committed
fix: get google-services.json
1 parent 058eff4 commit 648b6d1

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,11 @@ jobs:
2323
java-version: '17'
2424
distribution: 'adopt'
2525

26+
- name: Decode google-services.json
27+
run: echo "$GOOGLE_SERVICES_JSON_BASE64" | base64 -d > app/google-services.json
28+
env:
29+
GOOGLE_SERVICES_JSON_BASE64: ${{ secrets.GOOGLE_SERVICES_JSON_BASE64 }}
30+
2631
- name: Make gradlew executable
2732
run: chmod +x gradlew
2833

0 commit comments

Comments
 (0)