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 b86dc1f commit 88e3e08
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,6 @@ 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
run: echo google_cloud_api_key="Your API KEY" > ./local.properties
- name: Build with Gradle
run: ./gradlew build

0 comments on commit 88e3e08

Please sign in to comment.