Skip to content

Commit d0e91c2

Browse files
committed
[NDGL-17] docs: Set up google-services.json 추가
1 parent 5d8ba4e commit d0e91c2

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/android_ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,9 @@ jobs:
3030
- name: Set up local.properties
3131
run: echo "${{ secrets.LOCAL_PROPERTIES }}" > local.properties
3232

33+
- name: Set up google-services.json
34+
run: echo "${{ secrets.GOOGLE_SERVICES_JSON }}" > app/google-services.json
35+
3336
- name: Code style checks
3437
run: ./gradlew ktlintCheck detekt
3538

0 commit comments

Comments
 (0)