Skip to content

Commit

Permalink
update android.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rhkrwngud445 authored Apr 27, 2024
1 parent 3c8229a commit cbeb627
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,12 @@ jobs:
run: |
echo "GOOGLE_CLIENT_ID=\"$GOOGLE_CLIENT_ID\"" >> local.properties
- name: Access Youth_API Key
env:
GOOGLE_CLIENT_ID: ${{ secrets.YOUTH_POLICY_API_KEY }}
run: |
echo "YOUTH_POLICY_API_KEY=\"$YOUTH_POLICY_API_KEY\"" >> local.properties
- name: Create google-services
run: |
echo '${{ secrets.GOOGLE_SERVICES_JSON }}' > ./app/google-services.json
Expand Down

0 comments on commit cbeb627

Please sign in to comment.