mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-10-29 09:42:25 +00:00
Enable Iron Bank integration (#17482)
This commit is contained in:
committed by
GitHub
parent
22ca00165d
commit
978ab54602
@@ -268,3 +268,16 @@ event "post-publish-website" {
|
||||
on = "always"
|
||||
}
|
||||
}
|
||||
|
||||
event "update-ironbank" {
|
||||
depends = ["post-publish-website"]
|
||||
action "update-ironbank" {
|
||||
organization = "hashicorp"
|
||||
repository = "crt-workflows-common"
|
||||
workflow = "update-ironbank"
|
||||
}
|
||||
|
||||
notification {
|
||||
on = "fail"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user