From 0f3e43646476d09cd6e5aadf6be3a8896075e7e8 Mon Sep 17 00:00:00 2001 From: "Ronny.Friedland" Date: Wed, 3 Sep 2025 12:44:58 +0000 Subject: [PATCH] .forgejo/workflows/debian.yml aktualisiert --- .forgejo/workflows/debian.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.forgejo/workflows/debian.yml b/.forgejo/workflows/debian.yml index 2d67e0c..3a7bc68 100644 --- a/.forgejo/workflows/debian.yml +++ b/.forgejo/workflows/debian.yml @@ -54,6 +54,6 @@ jobs: ORG="Ronny.Friedland" REPO="timetracker" VERSION=${{github.ref_name}} - curl -v --user ${{ secrets.USER }}:${{ secrets.TOKEN }} \ + curl -v --header "Authorization: Bearer ${{ secrets.TEST }}" \ --upload-file $FILE \ "https://edp.buildth.ing/api/packages/${ORG}/generic/${REPO}/${VERSION}/${FILE}"