diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 563d326..daf9003 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -21,7 +21,7 @@ jobs: - name: Create Firebase JSON file run: | mkdir -p resources/firebase - echo ${{ secrets.JIKGONG_FIREBASE }} > resources/firebase/jikgong-firebase.json + echo "${{ secrets.JIKGONG_FIREBASE }}" > resources/firebase/jikgong-firebase.json - name: Run chmod to make graldew executable