Skip to content

Commit

Permalink
fix: main workflow apply access
Browse files Browse the repository at this point in the history
  • Loading branch information
rcwbr authored Oct 8, 2024
1 parent b987750 commit b8a0fed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data.tf
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ data "google_iam_policy" "github_actions_plan_sa_bindings" {
data "google_iam_policy" "github_actions_apply_sa_bindings" {
// Allow the apply identity to act as the service account
binding {
role = "roles/iam.serviceAccountUser"
role = "roles/iam.workloadIdentityUser"

members = [local.github_actions_apply_identity]
}
Expand Down

0 comments on commit b8a0fed

Please sign in to comment.