From 326936b1ef1dbaa3d19515e4cefba50a8b8ec8fc Mon Sep 17 00:00:00 2001 From: claire labry Date: Mon, 8 Aug 2022 10:51:03 -0500 Subject: [PATCH] introduces the post publish website event (#16328) --- .release/ci.hcl | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/.release/ci.hcl b/.release/ci.hcl index c0750d907..1610a134a 100644 --- a/.release/ci.hcl +++ b/.release/ci.hcl @@ -256,3 +256,16 @@ event "promote-production-packaging" { on = "always" } } + +event "post-publish-website" { + depends = ["promote-production-packaging"] + action "post-publish-website" { + organization = "hashicorp" + repository = "crt-workflows-common" + workflow = "post-publish-website" + } + + notification { + on = "always" + } +}