From 06638037bc69c2c4dbfa12ddbcaa195e4e2671ce Mon Sep 17 00:00:00 2001 From: miztch Date: Sat, 3 Feb 2024 06:40:53 +0900 Subject: [PATCH] ci: add CAPABILITY_NAMED_IAM --- .github/workflows/actions.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/actions.yml b/.github/workflows/actions.yml index 010957a..db378d5 100644 --- a/.github/workflows/actions.yml +++ b/.github/workflows/actions.yml @@ -43,7 +43,7 @@ jobs: --stack-name $STACK_NAME \ --s3-bucket $BUCKET_NAME \ --s3-prefix $STACK_NAME \ - --capabilities CAPABILITY_IAM CAPABILITY_AUTO_EXPAND \ + --capabilities CAPABILITY_IAM CAPABILITY_NAMED_IAM CAPABILITY_AUTO_EXPAND \ --region $REGION \ --force-upload \ --no-confirm-changeset \