Skip to content

Commit

Permalink
[TNT-103] fix: CI 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
hoyahozz committed Jan 26, 2025
1 parent ce11ce3 commit b7861f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/android-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
run: |
echo RELEASE_BASE_API_URL=\"${{ secrets.RELEASE_BASE_API_URL }}\" >> ./local.properties
echo DEBUG_BASE_API_URL=\"${{ secrets.DEBUG_BASE_API_URL }}\" >> ./local.properties
echo KAKAO_NATIVE_APP_KEY=\"${{ secrets.KAKAO_NATIVE_APP_KEY }}\" >> ./local.properties
echo KAKAO_NATIVE_APP_KEY=${{ secrets.KAKAO_NATIVE_APP_KEY }} >> ./local.properties
- name: Grant execute permission for gradlew
run: chmod +x gradlew
Expand Down

0 comments on commit b7861f3

Please sign in to comment.