ci: authenticate github clones in install.sh (backport #58718) (#58720)

Co-authored-by: Diptanil Saha <diptanil@frappe.io>
This commit is contained in:
mergify[bot]
2026-09-03 09:27:42 +00:00
committed by GitHub
parent 5f13a04633
commit b0ddca0455
4 changed files with 36 additions and 0 deletions

View File

@@ -105,6 +105,8 @@ jobs:
env:
DB: mariadb
TYPE: server
# Anonymous git to github.com gets throttled to a 401; authenticate the clones.
CI_GITHUB_TOKEN: ${{ github.token }}
- name: Run Patch Tests
run: |