From c4f32e3f4b91ec857167bc58a00031d9b3a2833e Mon Sep 17 00:00:00 2001 From: Michael Otto <22ottomi@noreply.localhost> Date: Mon, 2 Mar 2026 12:28:08 +0100 Subject: [PATCH] .gitea/workflows/release.yml aktualisiert --- .gitea/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/release.yml b/.gitea/workflows/release.yml index 8c824c0..c1125dd 100644 --- a/.gitea/workflows/release.yml +++ b/.gitea/workflows/release.yml @@ -23,7 +23,7 @@ jobs: run: | git clone --depth 1 \ --branch ${{ github.ref_name }} \ - http://x-access-token:${{ secrets.RELEASE_TOKEN }}@${{ vars.RELEASE_URL }}/${{ github.repository }}.git \ + https://x-access-token:${{ secrets.RELEASE_TOKEN }}@${{ vars.RELEASE_URL }}/${{ github.repository }}.git \ . - name: Determine version and channel