================================================================================
                         Package publishing in forgejo
================================================================================

Full documentation at https://forgejo.org/docs/latest/user/packages

Go to configuration/Applications to get an access token on the web interface

$ curl --user yestax:<access_token> \
  --upload-file <deb_file>.deb \
  https://git.zeromaximum.com/api/packages/yestax/debian/pool/trixie/main/upload
