Skip to content

Commit

Permalink
[CHORE] #6 : CI에 google-service.json 불러오는 로직 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
jeongjaino authored Sep 21, 2023
1 parent 12e2187 commit 60bb03c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/opened-pr-notification.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ jobs:
distribution: zulu
cache: gradle

- name: add google-services.json
run: echo '${{ secrets.GOOGLE_SERVICES_JSON }}' > ./app/google-services.json

- name: add local.properties
run: |
echo api_key=\"${{ secrets.API_KEY }}\" >> ./local.properties
Expand Down

0 comments on commit 60bb03c

Please sign in to comment.