Update .woodpecker.yml
ci/woodpecker/push/woodpecker Pipeline was successful
Details
ci/woodpecker/push/woodpecker Pipeline was successful
Details
This commit is contained in:
parent
faede1a382
commit
fc65461395
|
|
@ -4,7 +4,8 @@ steps:
|
||||||
privileged: true
|
privileged: true
|
||||||
secrets: [ signing_key ]
|
secrets: [ signing_key ]
|
||||||
commands:
|
commands:
|
||||||
- echo $SIGNING_KEY
|
- echo "$SIGNING_KEY" | gpg --import
|
||||||
|
- gpg --list-keys
|
||||||
|
|
||||||
publish:
|
publish:
|
||||||
image: woodpeckerci/plugin-gitea-release
|
image: woodpeckerci/plugin-gitea-release
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue