Add secret key
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Benjamin Renard 2022-04-30 12:10:17 +02:00
parent 0ca4efefe5
commit 083121e5b8

View file

@ -7,4 +7,5 @@ pipeline:
- echo "$GPG_KEY"
- echo "$GPG_KEY"|base64 -d|gpg --import
- gpg -K
secrets: [ gpg_key ]