From 75dbae5c497f17f483f1cf9e928b4254a30f5c69 Mon Sep 17 00:00:00 2001 From: dresber Date: Sat, 9 May 2026 11:33:33 +0200 Subject: [PATCH] remove login --- .gitea/workflows/python-checks.yml | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/.gitea/workflows/python-checks.yml b/.gitea/workflows/python-checks.yml index dbb9d8c..0b5e274 100644 --- a/.gitea/workflows/python-checks.yml +++ b/.gitea/workflows/python-checks.yml @@ -20,10 +20,6 @@ jobs: password: ${{ secrets.REGISTRY_PASSWORD }} steps: - - name: Configure Git Auth - run: | - git config --global url."https://${{ secrets.WORKFLOW_TOKEN }}:x-oauth-basic@gitea.tech-buddy.at".insteadOf "https://gitea.tech-buddy.at" - - name: Checkout uses: actions/checkout@v4 @@ -56,9 +52,4 @@ jobs: name: coverage-report path: | htmlcov/ - coverage.xml - - - name: Notify on Failure - if: failure() - run: | - # (Deine ntfy-Logik hier einfügen) \ No newline at end of file + coverage.xml \ No newline at end of file