~comcloudway/ccw-aports

d4ea19bb59329bb8def8063c490217f839f59361 — Jakob Meier 1 year, 11 months ago 26aa31c
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 ]