Skip to content

Commit

Permalink
use github secrets to add local properties
Browse files Browse the repository at this point in the history
  • Loading branch information
thisisWooyeol committed Nov 20, 2023
1 parent add3e5f commit a907331
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/android.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ jobs:

- name: Grant execute permission for gradlew
run: chmod +x gradlew
- name: Add API_BASE_URL to local.properties
run: echo "API_BASE_URL= ${{ secrets.API_BASE_URL }}" >> local.properties
- name: Build with Gradle
run: ./gradlew clean build
- name: Test with Gradle
Expand Down

0 comments on commit a907331

Please sign in to comment.