Skip to content

Commit

Permalink
Update android.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
giolaq authored Apr 2, 2024
1 parent 819fd58 commit 8abb1e3
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 @@ -22,5 +22,9 @@ jobs:

- name: Grant execute permission for gradlew
run: chmod +x gradlew
- name: Update Username from Secrets
env:
MOCK_USERNAME: ${{ secrets.API_KEY }}
run: echo google_cloud_api_key="Your API KEY" > ./local.properties
- name: Build with Gradle
run: ./gradlew build

0 comments on commit 8abb1e3

Please sign in to comment.