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: |