From 1f566cf8bff581c2f58c39b89a2b94b06ee3be7e Mon Sep 17 00:00:00 2001 From: samuel Date: Sun, 15 Feb 2026 00:39:48 +0100 Subject: [PATCH] ci: try without username --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 564170b..9060e4b 100644 --- a/Makefile +++ b/Makefile @@ -48,4 +48,4 @@ tarball: $(RPM_TARBALL_PATH) .PHONY: upload upload: - curl --fail-with-body --upload-file "$(RPM_BUILD_PATH)" --user "$(PACKAGES_USERNAME):$(PACKAGES_TOKEN)" https://git.netoik.io/api/packages/samuel/rpm/upload + curl --fail-with-body --upload-file "$(RPM_BUILD_PATH)" --user "$(PACKAGES_TOKEN)" https://git.netoik.io/api/packages/samuel/rpm/upload