Skip to content

Commit

Permalink
[feat]: google-service 파일 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
kez-lab committed Dec 30, 2024
1 parent ccfc894 commit 1af17ba
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,9 @@ jobs:
echo hmhDevBaseUrl=$HMH_DEV_BASE_URL >> ./local.properties
echo hmhProdBaseUrl=$HMH_PROD_BASE_URL >> ./local.properties
- name: Access Firebase Service
run: echo '${{ secrets.GOOGLE_SERVICES_JSON }}' > ./app/google-services.json

- name: Cache Gradle dependencies
uses: actions/cache@v3
with:
Expand Down

0 comments on commit 1af17ba

Please sign in to comment.