File tree Expand file tree Collapse file tree 3 files changed +6
-0
lines changed
Expand file tree Collapse file tree 3 files changed +6
-0
lines changed Original file line number Diff line number Diff line change 8484 steps :
8585 - template : /eng/common/pipelines/templates/steps/sparse-checkout.yml
8686 parameters :
87+ ${{ if endsWith(variables['Build.Repository.Name'], '-pr') }} :
88+ TokenToUseForAuth : $(azuresdk-github-pat)
8789 Paths :
8890 - ' **'
8991
Original file line number Diff line number Diff line change @@ -109,6 +109,8 @@ jobs:
109109 steps :
110110 - template : /eng/common/pipelines/templates/steps/sparse-checkout.yml
111111 parameters :
112+ ${{ if endsWith(variables['Build.Repository.Name'], '-pr') }} :
113+ TokenToUseForAuth : $(azuresdk-github-pat)
112114 Paths :
113115 - ' **'
114116
Original file line number Diff line number Diff line change @@ -27,6 +27,8 @@ parameters:
2727steps :
2828 - template : /eng/common/pipelines/templates/steps/sparse-checkout.yml
2929 parameters :
30+ ${{ if endsWith(variables['Build.Repository.Name'], '-pr') }} :
31+ TokenToUseForAuth : $(azuresdk-github-pat)
3032 Paths :
3133 - ' **'
3234
You can’t perform that action at this time.
0 commit comments