From aa043135c594d8f2ed1b861aa54c3a154f2b56c3 Mon Sep 17 00:00:00 2001 From: flash159483 Date: Mon, 19 Aug 2024 22:52:30 +0900 Subject: [PATCH] =?UTF-8?q?[FEAT]#108:=20keystore=20action=20=EC=B6=94?= =?UTF-8?q?=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/opened-pr-notification.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/opened-pr-notification.yml b/.github/workflows/opened-pr-notification.yml index 538716b4..df3268c4 100644 --- a/.github/workflows/opened-pr-notification.yml +++ b/.github/workflows/opened-pr-notification.yml @@ -33,6 +33,11 @@ jobs: echo SIGNED_KEY_ALIAS=\"${{ secrets.SIGNED_KEY_ALIAS }}\" >> ./local.properties echo SIGNED_KEY_PASSWORD=\"${{ secrets.SIGNED_KEY_PASSWORD }}\" >> ./local.properties + - name: add keystore + run: | + echo '${{ secrets.RELEASE_KEYSTORE }}' > ./app/keystore/keystore.b64 + base64 -d -i ./app/keystore/keystore.b64 > ./app/keystore/release.keystore + - name: add google-services.json run: | echo '${{ secrets.GOOGLE_SERVICES_JSON_DEV }}' > ./app/src/dev/google-services.json