Skip to content

Commit

Permalink
Update build_cache.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rhkrwngud445 authored Apr 27, 2024
1 parent cbeb627 commit cbd8a90
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/build_cache.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,13 @@ jobs:
GOOGLE_CLIENT_ID: ${{ secrets.GOOGLE_CLIENT_ID }}
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 cbd8a90

Please sign in to comment.