From f3571105e8f6a36a5808495ff0ac29e8055b2ceb Mon Sep 17 00:00:00 2001 From: Danny Bessems Date: Fri, 5 Sep 2025 07:29:17 +1000 Subject: [PATCH] chore: Test API call method --- .gitea/workflows/actions.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/actions.yaml b/.gitea/workflows/actions.yaml index 7753658..7fa894e 100644 --- a/.gitea/workflows/actions.yaml +++ b/.gitea/workflows/actions.yaml @@ -116,7 +116,7 @@ jobs: --header "X-Auth: $REPO_TOKEN" \ --upload-file "ubuntu-vm/ubuntu-24.04.2-rke2-v${{ needs.semrel_dryrun.outputs.version }}-compacted.img" - curl -ksS -X POST "https://lab-hv-vip.bessems.lan/v1/harvesterhci.io.virtualmachineimages" \ + curl -ksS -X PUT "https://lab-hv-vip.bessems.lan/v1/harvesterhci.io.virtualmachineimages" \ -H "Authorization: Bearer ${{ secrets.HV_TOKEN }}" \ -H "Content-Type: application/json" \ -d @- <