From 733d2919a7e69371abb53651f3a42881d10d6215 Mon Sep 17 00:00:00 2001 From: Jeongmin Lee Date: Thu, 15 Aug 2024 20:12:23 +0900 Subject: [PATCH] =?UTF-8?q?=E2=9C=85=20test:=20cI=20=EB=8B=A8=EA=B3=84=20e?= =?UTF-8?q?nv=20=ED=8C=8C=EC=9D=BC=20=EC=83=9D=EC=84=B1=20=EC=B6=94?= =?UTF-8?q?=EA=B0=80=20#23?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/_build.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/_build.yaml b/.github/workflows/_build.yaml index f954132..9a55696 100644 --- a/.github/workflows/_build.yaml +++ b/.github/workflows/_build.yaml @@ -12,6 +12,9 @@ jobs: - name: Checkout uses: actions/checkout@v3 + - name: Set up environment variables + run: echo "${{ secrets.NEXT_PUBLIC_BASE_URL }}" > .env + - uses: pnpm/action-setup@v4 name: Install pnpm with: