-
|
Hello, I am using goreleaser to compile/sign a terraform provider. Everything works up until the action tries to sign the artifacts: [• creating archive=dist/terraform-provider-name_0.0.3_darwin_amd64.zip I have the GPG_PRIVATE_KEY and PASSPHRASE configured as repository secrets in my repo. I have double checked the key value, it is exactly what I am using to sign my commits so I know it should work. Any ideas? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
|
Frankly speaking I have exactly same issue - tried already with different keys, with password and without and result is the same. |
Beta Was this translation helpful? Give feedback.
-
|
that error seems to indicate the private key was not present... |
Beta Was this translation helpful? Give feedback.
that error seems to indicate the private key was not present...