mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-10-29 09:42:25 +00:00
introduces the post publish website event (#16328)
This commit is contained in:
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user