fix: use authenticated git clone for checkout
Some checks failed
Build & Deploy APK / build (push) Failing after 0s
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:
@@ -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: |
|
||||||
|
|||||||
Reference in New Issue
Block a user