introduces the post publish website event

pull/11882/head
Claire Labry 4 years ago
parent 9f28ced11c
commit 3c76f5a95e
No known key found for this signature in database
GPG Key ID: C017B7E3D13AAA0E

@ -253,3 +253,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