Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sun5066 committed Mar 3, 2024
1 parent b2aa31b commit a6c299f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,10 @@ jobs:
cache: gradle

- run: echo $DEBUG_KEY | base64 -d > debug.keystore
- run: echo $GOOGLE_SERVICE | base64 -d > app/google-services.json
- name: setting google-service.json
env:
ZDATA: ${{ secrets.$GOOGLE_SERVICE }}
- run: echo $DATA /home/runner/work/NGOL-Android/NGOL-Android/app/google-services.json
- run: echo "NAVER_BASE_URL=\"NAVER_BASE_URL\"" >> local.properties
- run: echo "NAVER_CLIENT_ID=\"NAVER_CLIENT_ID\"" >> local.properties
- run: echo "NAVER_CLIENT_SECRET=\"NAVER_CLIENT_SECRET\"" >> local.properties
Expand Down

0 comments on commit a6c299f

Please sign in to comment.