fix: use authenticated git clone for checkout
Some checks failed
Build & Deploy APK / build (push) Failing after 0s

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
admin
2026-03-25 21:16:10 +01:00
parent 24aae5a5e2
commit 2f7ebc4039

View File

@@ -11,7 +11,7 @@ jobs:
- name: Checkout - name: Checkout
run: | run: |
git clone --depth 1 --branch "${GITHUB_REF_NAME}" \ git clone --depth 1 --branch "${GITHUB_REF_NAME}" \
"${GITHUB_SERVER_URL}/${GITHUB_REPOSITORY}.git" . "http://admin:${{ secrets.GITHUB_TOKEN }}@192.168.5.10:3000/${GITHUB_REPOSITORY}.git" .
- name: Validate environment - name: Validate environment
run: | run: |