Skip to content

Commit

Permalink
Add mozilla repo to wif pool (#3753)
Browse files Browse the repository at this point in the history
  • Loading branch information
zschira authored Aug 7, 2024
1 parent 2bccdbc commit 3b36edb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions terraform/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,10 @@ module "gh_oidc" {
sa_name = "projects/${var.project_id}/serviceAccounts/gce-github-action-test@catalyst-cooperative-pudl.iam.gserviceaccount.com"
attribute = "attribute.repository/catalyst-cooperative/gce-build-test"
}
"sec-extraction-test-github-action" = {
sa_name = "projects/catalyst-cooperative-mozilla/serviceAccounts/mozilla-dev-sa@catalyst-cooperative-mozilla.iam.gserviceaccount.com"
attribute = "attribute.repository/catalyst-cooperative/mozilla-sec-eia"
}
}
}

Expand Down

0 comments on commit 3b36edb

Please sign in to comment.