Skip to content

Commit 7dcedf3

Browse files
committed
[BOOK-381] chore: Compose Stability Check CI 내에 Generate local.properties, Generate google-services.json step 추가
1 parent 241381e commit 7dcedf3

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/android-ci.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,15 @@ jobs:
5959
- name: Check out code
6060
uses: actions/checkout@v5
6161

62+
- name: Generate local.properties
63+
run: echo '${{ secrets.LOCAL_PROPERTIES }}' | base64 -d > ./local.properties
64+
6265
- name: Generate keystore.properties
6366
run: echo '${{ secrets.KEYSTORE_PROPERTIES }}' | base64 -d > ./keystore.properties
6467

68+
- name: Generate google-services.json
69+
run: echo '${{ secrets.GOOGLE_SERVICES }}' | base64 -d > ./app/google-services.json
70+
6571
- name: Set up JDK
6672
uses: actions/setup-java@v5
6773
with:

0 commit comments

Comments
 (0)