Skip to content

Commit

Permalink
Update softie_ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
stellar-halo authored Mar 7, 2024
1 parent 8139c7e commit 5509d18
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/softie_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,7 @@ jobs:
run: chmod +x gradlew

- name: Access GOOGLE SERVICES JSON
env:
GOOGLE_SERVICES_JSON: ${{ secrets.GOOGLE_SERVICES_JSON }}
run: echo GOOGLE_SERVICES_JSON >> ./app/src/google-services.json
run: echo '${{ secrets.GOOGLE_SERVICES_JSON }}' > ./app/google-services.json

- name: Create Local Properties
run: touch local.properties
Expand Down

0 comments on commit 5509d18

Please sign in to comment.