Added Signature secret - Ref: https://woodpecker-ci.org/docs/usage/secrets
1 files changed, 3 insertions(+), 0 deletions(-) M .woodpecker.yml
M .woodpecker.yml => .woodpecker.yml +3 -0
@@ 8,4 8,7 @@ pipeline: - doas sh -c "echo 'http://dl-cdn.alpinelinux.org/alpine/edge/testing' >> /etc/apk/repositories" - doas apk update - doas apk add fd bash abuild dateutils - echo '$PACKAGE_SIGNATURE' > $PWD/.comcloudway@ccw.icu.rsa - doas su -c "echo 'PACKAGER_PRIVKEY=$PWD/.comcloudway@ccw.icu.rsa' >> /etc/abuild.conf" - ./build.sh all secrets: [ package_signature ]