ci: add user and token

This commit is contained in:
2026-02-15 00:08:14 +01:00
parent 9c20ba929a
commit f788c3a132
2 changed files with 4 additions and 1 deletions

View File

@@ -48,4 +48,4 @@ tarball: $(RPM_TARBALL_PATH)
.PHONY: upload
upload:
curl --fail-with-body --upload-file "$(RPM_BUILD_PATH)" https://git.netoik.io/api/packages/samuel/rpm/upload
curl --fail-with-body --upload-file "$(RPM_BUILD_PATH)" --user "$(PACKAGES_USERNAME):$(PACKAGES_TOKEN)" https://git.netoik.io/api/packages/samuel/rpm/upload