diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 89a09ea..b5d0893 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -34,7 +34,7 @@ jobs: - run: touch ./src/main/resources/firebase-service-key.json - - run: echo "${{ secrets.FIREBASE_KEY }}" > ./src/main/resources/firebase-service-key.json.yaml + - run: echo "${{ secrets.FIREBASE_KEY }}" > ./src/main/resources/firebase-service-key.json - run: cat ./src/main/resources/firebase-service-key.json - run: touch ./src/main/resources/application-secret.yaml