Skip to content

Commit e289f24

Browse files
committed
[BOOK-202] feat: CI 내에 Generate google-services.json step 추가
1 parent afb18f6 commit e289f24

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/android-ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,9 @@ jobs:
3939
run: |
4040
echo '${{ secrets.LOCAL_PROPERTIES }}' >> ./local.properties
4141
42+
- name: Generate google-services.json
43+
run: echo '${{ secrets.GOOGLE_SERVICES }}' | base64 -d > ./app/google-services.json
44+
4245
- name: Code style checks
4346
run: |
4447
./gradlew ktlintCheck detekt

0 commit comments

Comments
 (0)