From 16d2967a677b315d4aecaa8e4dedf7e2e41a65ec Mon Sep 17 00:00:00 2001 From: Donghoon Lee Date: Wed, 7 Aug 2024 16:32:31 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20cd=20=EC=8A=A4=ED=81=AC=EB=A6=BD?= =?UTF-8?q?=ED=8A=B8=20=EC=98=A4=ED=83=80=20=EC=88=98=EC=A0=95=20(#238)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/backend-cd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/backend-cd.yml b/.github/workflows/backend-cd.yml index 04f14f306..27043edce 100644 --- a/.github/workflows/backend-cd.yml +++ b/.github/workflows/backend-cd.yml @@ -56,7 +56,7 @@ jobs: steps: - name: Checkout to secret repository - uses: actions/checktout@v4 + uses: actions/checkout@v4 with: repository: ${{ secrets.PRIVATE_REPOSITORY_URL }} token: ${{ secrets.PRIVATE_REPOSITORY_TOKEN }}