All checks were successful
continuous-integration/drone/push Build is passing
17 lines
675 B
Markdown
17 lines
675 B
Markdown
# drone-gitea-pkg-plugin
|
|
|
|
[](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|
|
|
|