From 3c76f5a95eabdc4d8cea6dbde16c32e0bfd4fdaf Mon Sep 17 00:00:00 2001 From: Claire Labry Date: Mon, 18 Jul 2022 12:56:01 -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 d1bb95f99..2cfab011e 100644 --- a/.release/ci.hcl +++ b/.release/ci.hcl @@ -253,3 +253,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" + } +}