release: use new syntax

pull/34782/head
CJ Horton 2 years ago committed by GitHub
parent 069aa3e0d3
commit 97a409818c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -108,17 +108,12 @@ event "promote-production" {
workflow = "promote-production"
}
notification {
on = "always"
}
}
event "crt-hook-tfc-upload" {
depends = ["promote-production"]
action "crt-hook-tfc-upload" {
organization = "hashicorp"
repository = "terraform-releases"
workflow = "crt-hook-tfc-upload"
promotion-events {
post-promotion {
organization = "hashicorp"
repository = "terraform-releases"
workflow = "crt-hook-tfc-upload"
}
}
notification {

Loading…
Cancel
Save