Enable Iron Bank integration (#2530)

pull/2536/head
Mariano Asselborn 4 years ago committed by GitHub
parent bbf5e9de33
commit 40fa1bbb18
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save