Skip to content

Commit 07b5e8b

Browse files
authored
Merge pull request #666 from input-output-hk/jpraynaud/621-deactivate-uncertified-signers-networks
Deactivate uncertified signers in networks
2 parents 4eb1957 + eebc74e commit 07b5e8b

File tree

3 files changed

+4
-12
lines changed

3 files changed

+4
-12
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -438,14 +438,14 @@ jobs:
438438
}
439439
mithril_signers: |
440440
{
441-
"1" = {
442-
type = "unverified",
443-
pool_id = "pool18r62tz408lkgfu6pq5svwzkh2vslkeg6mf72qf3h8njgvzhx9ce",
444-
},
445441
"2" = {
446442
type = "verified",
447443
pool_id = "",
448444
},
445+
"3" = {
446+
type = "verified",
447+
pool_id = "",
448+
},
449449
}
450450
terraform_backend_bucket: hydra-terraform-admin
451451
google_region: europe-west1

.github/workflows/pre-release.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -199,10 +199,6 @@ jobs:
199199
}
200200
mithril_signers: |
201201
{
202-
"1" = {
203-
type = "unverified"
204-
pool_id = "pool18r62tz408lkgfu6pq5svwzkh2vslkeg6mf72qf3h8njgvzhx9ce",
205-
},
206202
"2" = {
207203
type = "verified",
208204
pool_id = "",

.github/workflows/release.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -127,10 +127,6 @@ jobs:
127127
}
128128
mithril_signers: |
129129
{
130-
"1" = {
131-
type = "unverified",
132-
pool_id = "pool1zr907nmfsq5kalxdjju349nwg6f03lyfmcjfqcz52jf45gcgh03",
133-
},
134130
"2" = {
135131
type = "verified",
136132
pool_id = "",

0 commit comments

Comments
 (0)