Skip to content

Commit

Permalink
update to ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sun5066 committed Mar 3, 2024
1 parent 8061f0c commit ac22357
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,12 @@ jobs:
KAKAO_SCHME: ${{ secrets.KAKAO_SCHME }}
BASE_URL: ${{ secrets.BASE_URL }}
run: |
echo "NAVER_BASE_URL=\"NAVER_BASE_URL\"" >> local.properties
echo "NAVER_CLIENT_ID=\"NAVER_CLIENT_ID\"" >> local.properties
echo "NAVER_CLIENT_SECRET=\"NAVER_CLIENT_SECRET\"" >> local.properties
echo "GOOGLE_CLIENT_ID=\"GOOGLE_CLIENT_ID\"" >> local.properties
echo "KAKAO_NATIVE_APP_KEY=\"KAKAO_NATIVE_APP_KEY\"" >> local.properties
echo "KAKAO_SCHME=\"KAKAO_SCHME\"" >> local.properties
echo "BASE_URL=\"BASE_URL\"" >> local.properties
echo "NAVER_BASE_URL=\"$NAVER_BASE_URL\"" >> local.properties
echo "NAVER_CLIENT_ID=\"$NAVER_CLIENT_ID\"" >> local.properties
echo "NAVER_CLIENT_SECRET=\"$NAVER_CLIENT_SECRET\"" >> local.properties
echo "GOOGLE_CLIENT_ID=\"$GOOGLE_CLIENT_ID\"" >> local.properties
echo "KAKAO_NATIVE_APP_KEY=\"$KAKAO_NATIVE_APP_KEY\"" >> local.properties
echo "KAKAO_SCHME=\"$KAKAO_SCHME\"" >> local.properties
echo "BASE_URL=\"$BASE_URL\"" >> local.properties
- name: Build with Gradle
run: ./gradlew assembleDebug

0 comments on commit ac22357

Please sign in to comment.