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}"