Skip to content

Commit

Permalink
Use gpg passphrase from environment
Browse files Browse the repository at this point in the history
  • Loading branch information
Piccirello committed Nov 12, 2019
1 parent 30409e7 commit 0ec102b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,12 @@ signs:
- "B70BD7FCA460C4A3D0EEB965D3D593D50EE79DEC"
- "--output"
- "${signature}"
- "--batch"
- "--yes"
- "--pinentry-mode"
- "loopback"
- "--passphrase"
- "$GPG_PASSPHRASE"
- "--detach-sign"
- "${artifact}"

Expand Down

0 comments on commit 0ec102b

Please sign in to comment.