Skip to content

Commit

Permalink
Merge pull request #6 from donald-okara/release/v.0.0.1
Browse files Browse the repository at this point in the history
Secrets: Added google-services.json and secrets
  • Loading branch information
donald-okara authored Nov 17, 2024
2 parents 88cc25d + c9c66e1 commit e66eddf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/generate-apk-aab-debug-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:
# Example of using API_KEY, GOOGLE_SERVICES_JSON, CLIENT_ID
- name: Set up Google Services and API Key
run: |
echo "${{ secrets.GOOGLE_SERVICES_JSON }}" > app/google-services.json
echo "${{ secrets.GOOGLE_SERVICES_JSON }}" > .app/google-services.json
echo "API_KEY=${{ secrets.API_KEY }}" >> $GITHUB_ENV
echo "CLIENT_ID=${{ secrets.CLIENT_ID }}" >> $GITHUB_ENV
Expand Down

0 comments on commit e66eddf

Please sign in to comment.