Add rpm signing workflow

This commit is contained in:
99 2021-11-03 10:11:32 -07:00 committed by GitHub
parent 4789e3a4d0
commit 625ab902a8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 13 additions and 0 deletions

View File

@ -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" {
depends = ["sign"]
action "verify" {