Skip to content

Commit da68eb3

Browse files
authored
fix: add more registry reader service accounts (#911)
1 parent 1574516 commit da68eb3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

terraform_infra/infra.tfvars

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
gcp_project = "deno-registry3-infra"
22
registry_reader_service_accounts = [
33
"service-1067420915575@serverless-robot-prod.iam.gserviceaccount.com", # deno-registry3-staging
4-
"service-614736529383@serverless-robot-prod.iam.gserviceaccount.com" # deno-registry3-prod
4+
5+
"service-614736529383@serverless-robot-prod.iam.gserviceaccount.com", # deno-registry3-prod
6+
57
]

0 commit comments

Comments
 (0)