We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc87ca3 commit bae0515Copy full SHA for bae0515
.github/workflows/cd.yml
@@ -28,6 +28,9 @@ jobs:
28
restore-keys: |
29
${{ runner.os }}-gradle-
30
31
+ - name: Copy config file
32
+ run: echo "${{ secrets.FIREBASE_ADMINSDK }}" | base64 --decode > ./tuk-batch/src/main/resources/firebase-adminsdk.json
33
+
34
- name: Build and Push with Jib (API)
35
uses: gradle/gradle-build-action@67421db6bd0bf253fb4bd25b31ebb98943c375e1
36
with:
0 commit comments