Skip to content

Commit

Permalink
fix: add more registry reader service accounts (#911)
Browse files Browse the repository at this point in the history
  • Loading branch information
lucacasonato authored Feb 1, 2025
1 parent 1574516 commit da68eb3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion terraform_infra/infra.tfvars
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
gcp_project = "deno-registry3-infra"
registry_reader_service_accounts = [
"service-1067420915575@serverless-robot-prod.iam.gserviceaccount.com", # deno-registry3-staging
"service-614736529383@serverless-robot-prod.iam.gserviceaccount.com" # deno-registry3-prod
"[email protected]",
"service-614736529383@serverless-robot-prod.iam.gserviceaccount.com", # deno-registry3-prod
"[email protected]"
]

0 comments on commit da68eb3

Please sign in to comment.