Add rpm signing workflow
This commit is contained in:
parent
4789e3a4d0
commit
625ab902a8
|
@ -97,6 +97,19 @@ event "sign" {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
event "sign-linux-rpms" {
|
||||||
|
depends = ["sign"]
|
||||||
|
action "sign-linux-rpms" {
|
||||||
|
organization = "hashicorp"
|
||||||
|
repository = "crt-workflows-common"
|
||||||
|
workflow = "sign-linux-rpms"
|
||||||
|
}
|
||||||
|
|
||||||
|
notification {
|
||||||
|
on = "fail"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
event "verify" {
|
event "verify" {
|
||||||
depends = ["sign"]
|
depends = ["sign"]
|
||||||
action "verify" {
|
action "verify" {
|
||||||
|
|
Loading…
Reference in New Issue