Skip to content

Commit

Permalink
remove unnecessary COSIGN_PASSWORD (#572)
Browse files Browse the repository at this point in the history
Signed-off-by: Jake Sanders <jsand@google.com>
  • Loading branch information
Jake Sanders committed Aug 25, 2021
1 parent 7b5e931 commit 67934a6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,6 @@ signs:
cmd: ./dist/cosign-linux-amd64
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}"]
artifacts: binary
stdin: "{{ .Env.COSIGN_PASSWORD }}"

archives:
- format: binary
Expand Down

0 comments on commit 67934a6

Please sign in to comment.