mirror of
https://github.com/goreleaser/goreleaser.git
synced 2025-02-03 13:11:48 +02:00
1b7dd258ce
To help solve this issue ``` apk: signature: key_file: "{{ .Env.ABUILD_KEY_NAME }}.rsa" key_name: "{{ .Env.ABUILD_KEY_NAME }}" ``` <!-- Hi, thanks for contributing! Please make sure you read our CONTRIBUTING guide. Also, add tests and the respective documentation changes as well. --> <!-- If applied, this commit will... --> Allow that the key_name in apk signature to be templated <!-- Why is this change being made? --> The name of the key might not be hardcoded, in a github workflow <!-- # Provide links to any relevant tickets, URLs or other resources --> ...