From a996c26deceec1cd2705d5d99bd72dadd5c02066 Mon Sep 17 00:00:00 2001 From: JunRain Date: Fri, 7 Jun 2024 14:36:59 +0900 Subject: [PATCH] =?UTF-8?q?[#58]=20fcm=5Fkey=20=EC=B6=94=EA=B0=80=EB=A1=9C?= =?UTF-8?q?=20=EC=9D=B8=ED=95=9C=20github-actions=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/server.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/server.yml b/.github/workflows/server.yml index 0ca050ed..30f842ee 100644 --- a/.github/workflows/server.yml +++ b/.github/workflows/server.yml @@ -29,6 +29,7 @@ jobs: java-version: 17 - run : echo "${{ secrets.DEV_YML }}" > ./src/main/resources/application-dev.yml + - run : echo "${{ secrets.FIREBASE_KEY }}" > ./src/main/resources/firebase/firebase_key.json - name: Log in to Docker Hub uses: docker/login-action@f054a8b539a109f9f41c372932f1ae047eff08c9