remove login
This commit is contained in:
@@ -20,10 +20,6 @@ jobs:
|
|||||||
password: ${{ secrets.REGISTRY_PASSWORD }}
|
password: ${{ secrets.REGISTRY_PASSWORD }}
|
||||||
|
|
||||||
steps:
|
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
|
- name: Checkout
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
@@ -56,9 +52,4 @@ jobs:
|
|||||||
name: coverage-report
|
name: coverage-report
|
||||||
path: |
|
path: |
|
||||||
htmlcov/
|
htmlcov/
|
||||||
coverage.xml
|
coverage.xml
|
||||||
|
|
||||||
- name: Notify on Failure
|
|
||||||
if: failure()
|
|
||||||
run: |
|
|
||||||
# (Deine ntfy-Logik hier einfügen)
|
|
||||||
Reference in New Issue
Block a user