From e38df98b690eb605fcc9205b24727597540b1e6e Mon Sep 17 00:00:00 2001 From: BearHumanS Date: Fri, 3 May 2024 04:18:00 +0900 Subject: [PATCH] =?UTF-8?q?Test:=20CI=20build=20error=20=EC=88=98=EC=A0=95?= =?UTF-8?q?=20=EC=A4=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f0f41a7..2d3c706 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,6 +23,8 @@ jobs: build: name: Build + env: + NEXT_PUBLIC_API_KEY: ${{ secrets.FIREBASE_API_KEY }} runs-on: ubuntu-latest needs: lint