introduces the post publish website event

This commit is contained in:
Claire Labry
2022-07-18 12:48:16 -04:00
parent 5c0ef26299
commit 671e8fb191

View File

@@ -225,3 +225,17 @@ 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"
}
}