ci: update gpg key

This commit is contained in:
Denis Gukov 2020-10-03 18:55:31 +05:00
parent 1e8baeb6e3
commit 7751676009
4 changed files with 5 additions and 5 deletions

View File

@ -48,7 +48,7 @@ aliases:
name: unlock gpg key, trying to do this in the goreleaser step with env vars does not seem to work
command: |
echo $GPG_KEY | tr " " "\n" | base64 -d | gpg --import --batch
gpg --sign -u "9B25 8A9C 32B9 7E50 E753 3575 DE95 8D8F 20C7 845F" --pinentry-mode loopback --yes --batch --passphrase "${GPG_PASS}" --output unlock.sig --detach-sign README.md
gpg --sign -u "8CDE D132 5E96 F1D9 EABF 17D4 2C96 CF7D D27F AB82" --pinentry-mode loopback --yes --batch --passphrase "${GPG_PASS}" --output unlock.sig --detach-sign README.md
rm -f unlock.sig
- &test-compile-changes

View File

@ -35,8 +35,8 @@ archive:
sign:
artifacts: checksum
# gpg --sign -u "9B25 8A9C 32B9 7E50 E753 3575 DE95 8D8F 20C7 845F" --pinentry-mode loopback --yes --batch --passphrase "${GPG_PASS}" --output ${signature} --detach-sign "${artifact}"
args: ["-u", "9B25 8A9C 32B9 7E50 E753 3575 DE95 8D8F 20C7 845F", "--pinentry-mode", "loopback", "--yes", "--batch", "--output", "${signature}", "--detach-sign", "${artifact}"]
# gpg --sign -u "8CDE D132 5E96 F1D9 EABF 17D4 2C96 CF7D D27F AB82" --pinentry-mode loopback --yes --batch --passphrase "${GPG_PASS}" --output ${signature} --detach-sign "${artifact}"
args: ["-u", "8CDE D132 5E96 F1D9 EABF 17D4 2C96 CF7D D27F AB82", "--pinentry-mode", "loopback", "--yes", "--batch", "--output", "${signature}", "--detach-sign", "${artifact}"]
# Start the snapshot name with a numerical value
# so it does not need to be force installed

View File

@ -16,7 +16,7 @@
## Release Signing
All releases after 2.4.1 are signed with the gpg public key
`9B25 8A9C 32B9 7E50 E753 3575 DE95 8D8F 20C7 845F`
`8CDE D132 5E96 F1D9 EABF 17D4 2C96 CF7D D27F AB82`
## Contributing

View File

@ -50,7 +50,7 @@ tasks:
desc: Installs tools needed
dir: web
vars:
GORELEASER_VERSION: "0.143.0"
GORELEASER_VERSION: "0.67.0"
GOLINTER_VERSION: "1.31.0"
cmds:
- go install github.com/cespare/reflex