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 59831a8d5c
commit 326936b1ef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 13 additions and 0 deletions

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