From 978ab54602eff00166305fd74542d51d92048cff Mon Sep 17 00:00:00 2001 From: Mariano Asselborn Date: Tue, 11 Oct 2022 10:25:58 -0400 Subject: [PATCH] Enable Iron Bank integration (#17482) --- .release/ci.hcl | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/.release/ci.hcl b/.release/ci.hcl index a103d50319..10349adacd 100644 --- a/.release/ci.hcl +++ b/.release/ci.hcl @@ -268,3 +268,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" + } +}