Enable ironbank integration (#14931)
This commit is contained in:
parent
a8695c88d4
commit
e6d19fcad8
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue