Skip to content

Commit a08b629

Browse files
committed
feat: Remove redundant IAM role for GitHub Actions service account
1 parent 93e21e9 commit a08b629

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

terraform/permissions.tf

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,7 @@ resource "google_project_iam_member" "github_actions_roles" {
3333
"roles/cloudbuild.builds.editor",
3434
"roles/eventarc.admin",
3535
"roles/run.admin",
36-
"roles/pubsub.admin",
37-
"roles/source.admin"
36+
"roles/pubsub.admin"
3837
])
3938

4039
project = var.project_id

0 commit comments

Comments
 (0)