diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index e7c3a64..4314ffb 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -29,6 +29,7 @@ jobs: - name: create firebase key run: | cd ./src/main/resources + echo pwd ls -a . touch ./firebase-service-key.json echo "${{ secrets.FIREBASE_KEY }}" > ./firebase-service-key.json