diff --git a/.github/banner.png b/.github/banner.png index ede1e98e0..a045735ab 100644 Binary files a/.github/banner.png and b/.github/banner.png differ diff --git a/modules/argocd-repo/main.tf b/modules/argocd-repo/main.tf index 88b24d933..631a3e4e3 100644 --- a/modules/argocd-repo/main.tf +++ b/modules/argocd-repo/main.tf @@ -115,7 +115,7 @@ resource "github_repository_deploy_key" "default" { for_each = local.environments title = "Deploy key for ArgoCD environment: ${each.key} (${local.github_repository.default_branch} branch)" - repository = join("", github_repository.default[*].name) + repository = local.github_repository.name key = tls_private_key.default[each.key].public_key_openssh read_only = true }