From dab4911d04186d6524ac856e7ddfae254eae03a9 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 ceb11f7595..73cada1ff9 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" + } +}