diff --git a/.release/ci.hcl b/.release/ci.hcl index abae65e326..8f8d782f6f 100644 --- a/.release/ci.hcl +++ b/.release/ci.hcl @@ -291,3 +291,16 @@ event "post-publish-website" { on = "always" } } + +event "update-ironbank" { + depends = ["post-publish-website"] + action "update-ironbank" { + organization = "hashicorp" + repository = "crt-workflows-common" + workflow = "update-ironbank" + } + + notification { + on = "fail" + } +}