From 6b8dcea2685c49ad9044323fa6ec96b3ecd64d9e Mon Sep 17 00:00:00 2001 From: MUsoftware Date: Wed, 21 May 2025 16:14:55 +0900 Subject: [PATCH 1/2] =?UTF-8?q?fix:=20=EB=88=84=EB=9D=BD=EB=90=9C=20Action?= =?UTF-8?q?=20=EC=86=8D=EC=84=B1=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/deploy.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 52473ba..0fa9598 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -19,6 +19,10 @@ on: branches: - "main" +permissions: + id-token : write + contents: read + jobs: build: runs-on: ubuntu-latest From 2b98cd6f79741dd98861ecb5a70ccc956c7b9a9f Mon Sep 17 00:00:00 2001 From: MUsoftware Date: Wed, 21 May 2025 16:34:47 +0900 Subject: [PATCH 2/2] =?UTF-8?q?fix:=20role-session-name=EC=9D=84=20GitHubA?= =?UTF-8?q?ctions=20=EB=8C=80=EC=8B=A0=20=EB=8B=A4=EB=A5=B8=20=EA=B0=92?= =?UTF-8?q?=EC=9C=BC=EB=A1=9C=20=EC=A7=80=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/deploy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 0fa9598..a71c026 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -21,7 +21,7 @@ on: permissions: id-token : write - contents: read + contents: read jobs: build: @@ -38,7 +38,7 @@ jobs: - uses: aws-actions/configure-aws-credentials@master with: - role-session-name: GitHubActions + role-session-name: ${{ github.run_id }} role-to-assume: ${{ secrets.AWS_FRONTEND_DEPLOYMENT_ROLE_ARN }} aws-region: ${{ vars.AWS_REGION }}