Simon Marsh 7386b995cd
All checks were successful
continuous-integration/drone/push Build is passing
initial commit
2023-05-27 12:40:57 +01:00

17 lines
675 B
Markdown

# drone-gitea-pkg-plugin
[![Build Status](https://ci.burble.dn42/api/badges/burble.dn42/drone-gitea-pkg-plugin/status.svg?ref=refs/heads/main)](https://ci.burble.dn42/burble.dn42/drone-gitea-pkg-plugin)
A small drone plugin to help with uploading packages to gitea.
|setting|desc|default|
|-------|----|-------|
|token|Access token for authentication, may be a filename|(mandatory)|
|artifact|Name of artifact in gitea|(mandatory)|
|package|Package name|(mandatory)|
|version|Package version, may be a filename|(mandatory)|
|user|username for authentication|burble|
|url|base URL of gitea|https://git.burble.dn42/api/packages|
|filename|filename to upload|artifact name|