From ae5af9354c730d161a57e7af2e250411e2563a66 Mon Sep 17 00:00:00 2001 From: shinheekim Date: Mon, 23 Dec 2024 05:27:04 +0900 Subject: [PATCH] =?UTF-8?q?[#80]=20chore:=20=ED=8A=B8=EB=A6=AC=EA=B1=B0=20?= =?UTF-8?q?=EC=9E=AC=EC=88=98=EC=A0=95,=20=EB=B0=B0=ED=8F=AC=20=EA=B6=8C?= =?UTF-8?q?=ED=95=9C=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/itcast-build-and-deploy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/itcast-build-and-deploy.yml b/.github/workflows/itcast-build-and-deploy.yml index 9e3f063..022d47d 100644 --- a/.github/workflows/itcast-build-and-deploy.yml +++ b/.github/workflows/itcast-build-and-deploy.yml @@ -13,12 +13,12 @@ jobs: deploy: # 조건 : CI가 통과해야한다. - if: > - github.event.workflow_run.conclusion == 'success' + if: github.event.workflow_run.conclusion == 'success' runs-on: ubuntu-latest permissions: contents: read packages: write + deployments: write steps: