introduces the post publish website event

This commit is contained in:
Claire Labry 2022-07-18 11:29:10 -04:00
parent c474a369f6
commit d20e1dc4a2
No known key found for this signature in database
GPG Key ID: C017B7E3D13AAA0E
1 changed files with 13 additions and 0 deletions

View File

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