diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 7d12934..b5d0893 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -32,6 +32,11 @@ jobs: with: java-version: 17 + + - run: touch ./src/main/resources/firebase-service-key.json + - 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 - run: echo "${{ secrets.DB_SECRET }}" > ./src/main/resources/application-secret.yaml - run: cat ./src/main/resources/application-secret.yaml