correct authentication before checkout

This commit is contained in:
dresber
2026-05-09 11:02:17 +02:00
parent 05037199e1
commit c1937d2a3b

View File

@@ -20,6 +20,10 @@ 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