Skip to content

Commit 3e8958f

Browse files
committed
eja - bugfix - add github assume role permissions for test deployment pipeline
1 parent 351c915 commit 3e8958f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

infrastructure/stacks/iams-developer-roles/github_actions_role.tf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@ data "aws_iam_policy_document" "github_actions_iam_bootstrap_assume_role" {
8787
"${var.github_org}/${var.github_repo}/.github/workflows/iam-bootstrap-deploy.yaml@*",
8888
"${var.github_org}/${var.github_repo}/.github/workflows/base-deploy.yml@*",
8989
"${var.github_org}/${var.github_repo}/.github/workflows/cicd-2-publish.yaml@*",
90+
"${var.github_org}/${var.github_repo}/.github/workflows/cicd-3-test-deploy.yaml@*",
9091
]
9192
}
9293
}

0 commit comments

Comments
 (0)