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

This commit is contained in:
Diptanil Saha
2026-09-03 10:50:32 +05:30
committed by GitHub
parent 4944df8733
commit 717af27559
5 changed files with 38 additions and 0 deletions

View File

@@ -102,6 +102,8 @@ jobs:
TYPE: server
FRAPPE_USER: ${{ github.event.inputs.user }}
FRAPPE_BRANCH: ${{ github.event.client_payload.sha || github.event.inputs.branch }}
# Anonymous git to github.com gets throttled to a 401; authenticate the clones.
CI_GITHUB_TOKEN: ${{ github.token }}
DB_HOST: 127.0.0.1
DB_USER_HOST: '%'
WKHTMLTOX_DEB: /tmp/wkhtmltox.deb