From e2522600269884abb996d7f30f8ebf861553864c Mon Sep 17 00:00:00 2001 From: I3KAE <45356754+i3kae@users.noreply.github.com> Date: Tue, 12 Nov 2024 20:22:43 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20.env=20=EC=9D=98=EC=A1=B4=EC=84=B1=20?= =?UTF-8?q?=EB=B2=84=EA=B7=B8=20=EC=88=98=EC=A0=95=203=EC=B0=A8=20?= =?UTF-8?q?=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fc29c64e..295909b4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -25,7 +25,7 @@ jobs: uses: actions/checkout@v3 - name: .env setting - run: echo "REGISTRY_TOKEN=${{ secrets.REGISTRY_TOKEN }}" > ./backend/.env + run: echo "REGISTRY_TOKEN=${{ secrets.REGISTRY_TOKEN }}" > ./.env - name: Setup Node.js uses: actions/setup-node@v3