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: