Skip to content

Commit

Permalink
Update android.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Guri999 authored May 15, 2024
1 parent 67dc91a commit d4a0eeb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,9 @@ jobs:
- name: Create local.properties
run: |
echo "sdk.dir=$ANDROID_HOME" > local.properties
echo "REST_API_KEY=$REST_API_KEY" >> local.properties
- name: Build with Gradle
run: ./gradlew build
env:
REST_API_KEY: ${{ secrets.REST_API_KEY }}

0 comments on commit d4a0eeb

Please sign in to comment.