From ddf7d7f3a8f82b60e1d6f888d3fa7101b6a60e5c Mon Sep 17 00:00:00 2001 From: ezhoon Date: Tue, 30 Jul 2024 08:33:53 +0900 Subject: [PATCH] =?UTF-8?q?chore:=20serviceCredentialsFileContent=20?= =?UTF-8?q?=EB=B3=80=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/deploy_to_firebase_app_distribution.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy_to_firebase_app_distribution.yml b/.github/workflows/deploy_to_firebase_app_distribution.yml index 13bc6d2f..b4cb2f9b 100644 --- a/.github/workflows/deploy_to_firebase_app_distribution.yml +++ b/.github/workflows/deploy_to_firebase_app_distribution.yml @@ -42,7 +42,7 @@ jobs: timeout-minutes: 10 with: appId: ${{ secrets.FIREBASE_APP_ID }} - serviceCredentialsFile: ./firebase_credentials.json + serviceCredentialsFileContent: ./firebase_credentials.json groups: 뽀모냥 file: ${{ steps.apk.outputs.NAME }} debug: true \ No newline at end of file