From 4b25125d6b1349edef9090f5965f6aae8e0ed536 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EC=9B=90=EB=8D=94?= Date: Sun, 10 Jan 2021 19:54:30 +0900 Subject: [PATCH] test: added create secret file --- .github/workflows/testing.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index 5b3786c..e8eecb1 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -29,7 +29,7 @@ jobs: - name: yarn install run: yarn install - name: Create needed files - run: touch public.pem & touch private.key + run: touch public.pem & touch private.key & echo '{}' > secret.json - name: Build run: yarn build env: