Skip to content

Commit

Permalink
Auto-accept cosign prompt in goreleaser
Browse files Browse the repository at this point in the history
  • Loading branch information
dopey committed Apr 18, 2024
1 parent 9fbaa58 commit abf3603
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ signs:
- cmd: cosign
signature: "${artifact}.sig"
certificate: "${artifact}.pem"
args: ["sign-blob", "--oidc-issuer=https://token.actions.githubusercontent.com", "--output-certificate=${certificate}", "--output-signature=${signature}", "${artifact}"]
args: ["sign-blob", "--oidc-issuer=https://token.actions.githubusercontent.com", "--output-certificate=${certificate}", "--output-signature=${signature}", "${artifact}", "--yes"]
artifacts: all

snapshot:
Expand Down

0 comments on commit abf3603

Please sign in to comment.