diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 0947f28..75bbfdc 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -48,5 +48,5 @@ jobs: username: ${{ secrets.DOCKER_USERNAME }} password: ${{ secrets.DOCKER_PAT }} - name: Release - run: curl --user ${{ secrets.GT_API_USER }}:${{ secrets.GT_API_PAT }} --upload-file build/application https://git.iohub.dev/api/packages/dany/generic/test_package/1.0.0/application + run: curl --user -H "Authorization: token ${{ secrets.GT_API_PAT }}" -v --upload-file build/application https://git.iohub.dev/api/packages/dany/generic/test_package/1.0.0/application - run: docker info \ No newline at end of file