Merge pull request #13790 from hashicorp/post-publish-website

introduces the post publish website event
This commit is contained in:
claire labry 2022-08-08 10:55:11 -05:00 committed by GitHub
commit b939b96cc4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 13 additions and 0 deletions

View File

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