From c9c66e13e00ef313953ab22a3c0d265942de2ee2 Mon Sep 17 00:00:00 2001 From: donald-okara Date: Sun, 17 Nov 2024 16:27:09 +0300 Subject: [PATCH] Secrets: Added google-services.json and secrets --- .github/workflows/generate-apk-aab-debug-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/generate-apk-aab-debug-release.yml b/.github/workflows/generate-apk-aab-debug-release.yml index ed3637b..d5077b3 100644 --- a/.github/workflows/generate-apk-aab-debug-release.yml +++ b/.github/workflows/generate-apk-aab-debug-release.yml @@ -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