From f25f1d930e902fbbdb547006ac2bfb7546b95e84 Mon Sep 17 00:00:00 2001 From: Dmitri Date: Thu, 10 Oct 2024 00:28:55 +0300 Subject: [PATCH] Check json from secret --- .github/workflows/create-service-json.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/create-service-json.yml b/.github/workflows/create-service-json.yml index b8c59f8..d02816e 100644 --- a/.github/workflows/create-service-json.yml +++ b/.github/workflows/create-service-json.yml @@ -13,7 +13,7 @@ jobs: - name: Create Google Service JSON run: | - each "${{ secrets.GOOGLE_SERVICE_JSON }}" + echo "${{ secrets.GOOGLE_SERVICE_JSON }}" && echo "${{ secrets.GOOGLE_SERVICE_JSON }}" > \ ${{ github.workspace }}/app/google-services.json | base64