File tree Expand file tree Collapse file tree 3 files changed +12
-8
lines changed Expand file tree Collapse file tree 3 files changed +12
-8
lines changed Original file line number Diff line number Diff line change @@ -383,9 +383,13 @@ jobs:
383
383
mithril_signers : |
384
384
{
385
385
"1" = {
386
- type = "unverified"
386
+ type = "unverified",
387
387
pool_id = "pool18r62tz408lkgfu6pq5svwzkh2vslkeg6mf72qf3h8njgvzhx9ce",
388
388
},
389
+ "1" = {
390
+ type = "verified",
391
+ pool_id = "",
392
+ },
389
393
}
390
394
terraform_backend_bucket : hydra-terraform-admin
391
395
google_region : europe-west1
@@ -419,8 +423,8 @@ jobs:
419
423
- name : Prepare service account credentials
420
424
run : |
421
425
echo '${{ env.GOOGLE_APPLICATION_CREDENTIALS}}' > ./google-application-credentials.json
422
- chmod u+x ./assets/tools/google-credentials-public-key.sh
423
- ./assets/tools/google-credentials-public-key.sh ./google-application-credentials.json ./assets/ssh_keys curry
426
+ chmod u+x ./assets/tools/utils/ google-credentials-public-key.sh
427
+ ./assets/tools/utils/ google-credentials-public-key.sh ./google-application-credentials.json ./assets/ssh_keys curry
424
428
425
429
- name : Prepare terraform variables
426
430
run : |
Original file line number Diff line number Diff line change @@ -222,8 +222,8 @@ jobs:
222
222
- name : Prepare service account credentials
223
223
run : |
224
224
echo '${{ env.GOOGLE_APPLICATION_CREDENTIALS}}' > ./google-application-credentials.json
225
- chmod u+x ./assets/tools/google-credentials-public-key.sh
226
- ./assets/tools/google-credentials-public-key.sh ./google-application-credentials.json ./assets/ssh_keys curry
225
+ chmod u+x ./assets/tools/utils/ google-credentials-public-key.sh
226
+ ./assets/tools/utils/ google-credentials-public-key.sh ./google-application-credentials.json ./assets/ssh_keys curry
227
227
228
228
- name : Prepare terraform variables
229
229
run : |
Original file line number Diff line number Diff line change @@ -136,7 +136,7 @@ jobs:
136
136
mithril_signers : |
137
137
{
138
138
"1" = {
139
- type = "unverified"
139
+ type = "unverified",
140
140
pool_id = "pool1zr907nmfsq5kalxdjju349nwg6f03lyfmcjfqcz52jf45gcgh03",
141
141
},
142
142
}
@@ -172,8 +172,8 @@ jobs:
172
172
- name : Prepare service account credentials
173
173
run : |
174
174
echo '${{ env.GOOGLE_APPLICATION_CREDENTIALS}}' > ./google-application-credentials.json
175
- chmod u+x ./assets/tools/google-credentials-public-key.sh
176
- ./assets/tools/google-credentials-public-key.sh ./google-application-credentials.json ./assets/ssh_keys curry
175
+ chmod u+x ./assets/tools/utils/ google-credentials-public-key.sh
176
+ ./assets/tools/utils/ google-credentials-public-key.sh ./google-application-credentials.json ./assets/ssh_keys curry
177
177
178
178
- name : Prepare terraform variables
179
179
run : |
You can’t perform that action at this time.
0 commit comments