Skip to content

Commit

Permalink
chore : android.yml에 BASE_URL 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
huiwoo-jo committed Mar 13, 2024
1 parent 4df39b9 commit 5850588
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,10 @@ jobs:
API_KEY: ${{ secrets.API_KEY }}
run:
echo API_KEY=\"$API_KEY\" > ./local.properties
- name: Access baseURL
env:
API_KEY: ${{ secrets.BASE_URL }}
run:
echo BASE_URL=\"$BASE_URL\" > ./local.properties
- name: Build with Gradle
run: ./gradlew build

0 comments on commit 5850588

Please sign in to comment.