Enable ironbank integration (#14931)

pull/14950/head
Mariano Asselborn 2 years ago committed by GitHub
parent b8bd7a3058
commit 2bb2846790
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -275,3 +275,16 @@ event "post-publish-website" {
on = "always" 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