Skip to content

Commit

Permalink
Reflect the repo transfer in federation rules. (#31)
Browse files Browse the repository at this point in the history
This is already applied.

Fixes: #26

Signed-off-by: Matt Moore <[email protected]>
  • Loading branch information
mattmoor authored Jan 22, 2024
1 parent e4b5a37 commit 845f1b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion iac/bootstrap/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ resource "google_service_account_iam_binding" "allow_github_impersonation" {
role = "roles/iam.workloadIdentityUser"

members = [
"principalSet://iam.googleapis.com/${google_iam_workload_identity_pool.github_pool.name}/attribute.sub/repo:mattmoor/octo-sts:ref:refs/heads/main",
"principalSet://iam.googleapis.com/${google_iam_workload_identity_pool.github_pool.name}/attribute.sub/repo:chainguard-dev/octo-sts:ref:refs/heads/main",
]
}

Expand Down

0 comments on commit 845f1b2

Please sign in to comment.