--- kind: pipeline name: default steps: - name: test image: python:3 commands: - python3 test.py - name: gitea_release image: plugins/gitea-release settings: api_key: from_secret: gitea_key base_url: https://gitea.champs-libres.be title: ${DRONE_SEMVER} prerelease: true files: - test2.pdf checksum: - md5 - sha1 - sha256 - sha512 when: event: tag --- kind: signature hmac: 8ea8fcd1aaabfde0e0c2b58b7afc59c6f84cebaeeb09f90d1454ef51aafe72d7 ...