diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b4409d7..079c8cd 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -58,7 +58,7 @@ jobs: run: bun install - name: Create google-services.json - run: echo ${{ secrets.GOOGLE_SERVICES_JSON }} > google-services.json + run: echo "${{ secrets.GOOGLE_SERVICES_JSON }}" > google-services.json - name: Build Expo run: bun run build:android diff --git a/.github/workflows/notify.yml b/.github/workflows/notify.yml index 99946be..ead0a62 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 }}" > google-services.json - name: Run push notification script run: |