WIP: Deb upload, todos, and errata
This commit is contained in:
@@ -126,3 +126,11 @@ Similar to how unspecified project settings will fall back to those in the "`[al
|
||||
| token | Gitea auth token, exactly the same as `$RELEASE_KEY_GITEA` |
|
||||
|
||||
Additional keys are quietly ignored. The config loading is done by querying a HashMap, so anything not touched doesn't get inspected. The only requirements are that the file is valid TOML, and that these keys are all strings.h
|
||||
|
||||
# Errata
|
||||
|
||||
- Gitea's package *uploading* API endpoints are not documented with Swagger.
|
||||
* https://github.com/go-gitea/gitea/issues/30597
|
||||
* It seems this is intentional because of which side defines the protocol (the consumer, not Gitea).
|
||||
* This is an open issue (as of 12-Sep-2025) that doesn't have much attention.
|
||||
* HTTP-POST (`curl`) is sufficient for upload. Use that either directly or as reference to make custom code.
|
||||
|
||||
Reference in New Issue
Block a user