From d20e1dc4a2d017b6f9d8a9bd0fe0db98775ee2e8 Mon Sep 17 00:00:00 2001 From: Claire Labry Date: Mon, 18 Jul 2022 11:29:10 -0400 Subject: [PATCH] introduces the post publish website event --- .release/ci.hcl | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/.release/ci.hcl b/.release/ci.hcl index ceb11f759..73cada1ff 100644 --- a/.release/ci.hcl +++ b/.release/ci.hcl @@ -265,3 +265,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" + } +}