Enable ironbank integration (#14931)

This commit is contained in:
Mariano Asselborn 2022-10-11 10:27:06 -04:00 committed by GitHub
parent a8695c88d4
commit e6d19fcad8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 13 additions and 0 deletions

View File

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