We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 351c915 commit 3e8958fCopy full SHA for 3e8958f
1 file changed
infrastructure/stacks/iams-developer-roles/github_actions_role.tf
@@ -87,6 +87,7 @@ data "aws_iam_policy_document" "github_actions_iam_bootstrap_assume_role" {
87
"${var.github_org}/${var.github_repo}/.github/workflows/iam-bootstrap-deploy.yaml@*",
88
"${var.github_org}/${var.github_repo}/.github/workflows/base-deploy.yml@*",
89
"${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@*",
91
]
92
}
93
0 commit comments