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

introduces the post publish website event
pull/14050/head
claire labry 2 years ago committed by GitHub
commit 7b2691ec34
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save