Skip to content

Commit b9c14b9

Browse files
authored
Merge pull request #226 from cloudnativedaysjp/assume-role
update allowed_github_repositories
2 parents dc16dcd + 009b725 commit b9c14b9

File tree

1 file changed

+1
-1
lines changed
  • github_actions_assume_aws_role

1 file changed

+1
-1
lines changed

github_actions_assume_aws_role/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ resource "aws_iam_role" "github_actions" {
2828
locals {
2929
allowed_github_repositories = [
3030
"dreamkast",
31-
"dreamkast-functions",
31+
"dreamkast-infra",
3232
"dreamkast-otelcol",
3333
"dreamkast-ui",
3434
"dreamkast-weaver",

0 commit comments

Comments
 (0)