Enable Iron Bank integration

This commit is contained in:
Mariano Asselborn 2022-10-11 15:04:44 -04:00
parent 4bb6e52044
commit 08255b8ca4

View file

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