introduces the post publish website event

This commit is contained in:
Claire Labry 2022-07-18 12:48:16 -04:00
parent 1e8978ca04
commit d5a06ca8da
No known key found for this signature in database
GPG Key ID: C017B7E3D13AAA0E
1 changed files with 14 additions and 0 deletions

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