remove login

This commit is contained in:
dresber
2026-05-09 11:33:33 +02:00
parent c1937d2a3b
commit 75dbae5c49

View File

@@ -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
@@ -57,8 +53,3 @@ jobs:
path: |
htmlcov/
coverage.xml
- name: Notify on Failure
if: failure()
run: |
# (Deine ntfy-Logik hier einfügen)