Skip to content

Commit

Permalink
[Android] feat: CI 에 baseurl property secret name 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
SeongHoonC authored Jun 15, 2024
1 parent 5cb8063 commit 896a692
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci_an.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:

- name: add local.properties
run: |
echo base_url=\"$${{ secrets.ANDROID_USER_BASE_URL }}\" >> ./local.properties
echo base_url=\"$${{ secrets.ANDROID_BASE_URL }}\" >> ./local.properties
- name: Build with Gradle
run: ./gradlew build
Expand Down

0 comments on commit 896a692

Please sign in to comment.