From 46672dbf2bb0fe014883281e220f517f15bdb411 Mon Sep 17 00:00:00 2001 From: Michael Otto Date: Tue, 3 Mar 2026 07:46:59 +0100 Subject: [PATCH] Add release workflow --- .gitea/workflows/release.yml | 21 ++++++++++++++------- 1 file changed, 14 insertions(+), 7 deletions(-) diff --git a/.gitea/workflows/release.yml b/.gitea/workflows/release.yml index bc6c361..60cfc61 100644 --- a/.gitea/workflows/release.yml +++ b/.gitea/workflows/release.yml @@ -20,13 +20,20 @@ jobs: apk add --no-cache git zip curl jq rsync bash git config --global http.sslVerify false - - name: Repository auschecken - uses: actions/checkout@v3 - with: - repository: AG_QGIS/Plugin_Test_Action.git - fetch-depth: 0 - token: ${{ secrets.RELEASE_TOKEN }} - git_url: https://entwicklung.flurneuordnung-sachsen.de/AG_QGIS/Plugin_Test_Action.git + - name: Clone Gitea repo + run: | + git clone https://$RELEASE_TOKEN:x-oauth-basic@entwicklung.flurneuordnung-sachsen.de/AG_QGIS/Plugin_Test_Action.git repo + env: + GITEA_TOKEN: ${{ secrets.RELEASE_TOKEN }} + + + # - name: Repository auschecken + # uses: actions/checkout@v3 + # with: + # repository: AG_QGIS/Plugin_Test_Action.git + # fetch-depth: 0 + # token: ${{ secrets.RELEASE_TOKEN }} + # git_url: https://entwicklung.flurneuordnung-sachsen.de/AG_QGIS/Plugin_Test_Action.git - name: Debug Info run: |