Skip to content

Commit

Permalink
remove google service loading from build_and_deploy_apk.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
omer358 committed Aug 20, 2024
1 parent 7065ba2 commit dfceb66
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,6 @@ jobs:
restore-keys: |
${{ runner.os }}-gradle-
- name: Load Google Service file
env:
data: ${{secrets.GOOGLE_SERVICES_JSON}}
run: echo $DATA | base64 -di > app/google-services.json

- name: Grant execute permission for gradlew
run: chmod +x gradlew
- name: Build with Gradle
Expand Down

0 comments on commit dfceb66

Please sign in to comment.