From 4304fc545d5286d6a92a54e8236aa76849d0358a Mon Sep 17 00:00:00 2001 From: ChuYong Date: Sat, 28 Oct 2023 17:42:12 +0900 Subject: [PATCH] =?UTF-8?q?chore:=20=EA=B6=8C=ED=95=9C=20=EB=B3=80?= =?UTF-8?q?=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/prod.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/prod.yaml b/.github/workflows/prod.yaml index 75fc61a..04765cb 100644 --- a/.github/workflows/prod.yaml +++ b/.github/workflows/prod.yaml @@ -65,6 +65,9 @@ jobs: needs: [ call-build-workflow ] name: AWS ECS 배포 uses: ./.github/workflows/deploy.yaml + permissions: + id-token: write + contents: read with: ecs-service: ${{ needs.prepare-variables.outputs.ecs-service }} ecs-cluster: ${{ needs.prepare-variables.outputs.ecs-cluster }}