introduces the post publish website event (#16328)

This commit is contained in:
claire labry
2022-08-08 10:51:03 -05:00
committed by GitHub
parent 0e4b329a47
commit 7d0f0b2a3a

View File

@@ -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"
}
}