From 4dad91fd4febee94f14d359bd4dc1c276436e76d Mon Sep 17 00:00:00 2001 From: Mohammed Rabil Date: Fri, 9 Feb 2024 03:08:13 +0530 Subject: [PATCH] Update google-auth json creation in notify.yml --- .github/workflows/notify.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/notify.yml b/.github/workflows/notify.yml index 947afb4..c6bad64 100644 --- a/.github/workflows/notify.yml +++ b/.github/workflows/notify.yml @@ -35,7 +35,7 @@ jobs: run: pip install -r push-notify/requirements.txt - name: Create google-auth json - run: echo "${{ secrets.GOOGLE_AUTH_JSON }}" > google-services.json + run: echo "${{ secrets.GOOGLE_AUTH_JSON }}" | base64 -d > google-services.json - name: Run push notification script run: |