.forgejo/workflows/debian.yml aktualisiert
Some checks failed
Anchore Syft SBOM scan / Anchore-Build-Scan (push) Failing after 1s
CodeQL / Analyze (push) Failing after 1s
Go / build (push) Successful in 16s
Create the timetracker DEB / Create Package (push) Successful in 18s

This commit is contained in:
Ronny.Friedland 2025-09-03 12:44:58 +00:00
parent 8ca87f58d3
commit 0f3e436464

View file

@ -54,6 +54,6 @@ jobs:
ORG="Ronny.Friedland"
REPO="timetracker"
VERSION=${{github.ref_name}}
curl -v --user ${{ secrets.USER }}:${{ secrets.TOKEN }} \
curl -v --header "Authorization: Bearer ${{ secrets.TEST }}" \
--upload-file $FILE \
"https://edp.buildth.ing/api/packages/${ORG}/generic/${REPO}/${VERSION}/${FILE}"