Skip to content

Commit

Permalink
Enable ironbank integration (#14931)
Browse files Browse the repository at this point in the history
  • Loading branch information
marianoasselborn committed Oct 11, 2022
1 parent b8bd7a3 commit 2bb2846
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .release/ci.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}

0 comments on commit 2bb2846

Please sign in to comment.