mirror of https://github.com/status-im/consul.git
Enable ironbank integration (#14931)
This commit is contained in:
parent
b8bd7a3058
commit
2bb2846790
|
@ -275,3 +275,16 @@ event "post-publish-website" {
|
||||||
on = "always"
|
on = "always"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
event "update-ironbank" {
|
||||||
|
depends = ["post-publish-website"]
|
||||||
|
action "update-ironbank" {
|
||||||
|
organization = "hashicorp"
|
||||||
|
repository = "crt-workflows-common"
|
||||||
|
workflow = "update-ironbank"
|
||||||
|
}
|
||||||
|
|
||||||
|
notification {
|
||||||
|
on = "fail"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in New Issue