Skip to content

Commit 67934a6

Browse files
author
Jake Sanders
authored
remove unnecessary COSIGN_PASSWORD (#572)
Signed-off-by: Jake Sanders <[email protected]>
1 parent 7b5e931 commit 67934a6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.goreleaser.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,6 @@ signs:
9696
cmd: ./dist/cosign-linux-amd64
9797
args: ["sign-blob", "-output", "${artifact}.sig", "-key", "gcpkms://projects/{{ .Env.PROJECT_ID }}/locations/{{ .Env.KEY_LOCATION }}/keyRings/{{ .Env.KEY_RING }}/cryptoKeys/{{ .Env.KEY_NAME }}/versions/{{ .Env.KEY_VERSION }}", "${artifact}"]
9898
artifacts: binary
99-
stdin: "{{ .Env.COSIGN_PASSWORD }}"
10099

101100
archives:
102101
- format: binary

0 commit comments

Comments
 (0)