mirror of
https://github.com/goreleaser/goreleaser.git
synced 2025-03-17 20:47:50 +02:00
docs: fix environment variable to be COSIGN_PWD (#2489)
Signed-off-by: Carlos Panato <ctadeu@gmail.com>
This commit is contained in:
parent
cd93cda2c6
commit
8ecddfa2a0
@ -62,7 +62,7 @@ docker_signs:
|
||||
|
||||
# Stdin data template to be given to the signature command as stdin.
|
||||
# Defaults to empty
|
||||
stdin: '{{ .Env.GPG_PASSWORD }}'
|
||||
stdin: '{{ .Env.COSIGN_PWD }}'
|
||||
|
||||
# StdinFile file to be given to the signature command as stdin.
|
||||
# Defaults to empty
|
||||
|
Loading…
x
Reference in New Issue
Block a user