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 b941aff commit a894419
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,10 @@ jobs:
- name: Create local.properties
run: |
echo "sdk.dir=$ANDROID_HOME" > local.properties
echo "REST_API_KEY=${{ secrets.REST_API_KEY }}" >> local.properties
echo "REST_API_KEY=$REST_API_KEY" >> local.properties
cat local.properties
env:
REST_API_KEY: ${{secrets.REST_API_KEY}}

- name: Build with Gradle
run: ./gradlew build

0 comments on commit a894419

Please sign in to comment.