Add ability to provide token for private repo for requirements_git in container build (#15831) (#6830)

Add ability to provide auth to private repo for requirements_git
This commit is contained in:
Hao Liu
2025-02-12 15:00:37 -05:00
committed by GitHub
parent 63bb4d66ef
commit 397fb297bf
8 changed files with 38 additions and 0 deletions

View File

@@ -0,0 +1,2 @@
# If sources in requirements_git.txt require authentication add git-credentials in this file, Example:
# https://x-access-token:${PAT}@github.com"