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 84
84
steps :
85
85
- template : /eng/common/pipelines/templates/steps/sparse-checkout.yml
86
86
parameters :
87
+ ${{ if endsWith(variables['Build.Repository.Name'], '-pr') }} :
88
+ TokenToUseForAuth : $(azuresdk-github-pat)
87
89
Paths :
88
90
- ' **'
89
91
Original file line number Diff line number Diff line change @@ -109,6 +109,8 @@ jobs:
109
109
steps :
110
110
- template : /eng/common/pipelines/templates/steps/sparse-checkout.yml
111
111
parameters :
112
+ ${{ if endsWith(variables['Build.Repository.Name'], '-pr') }} :
113
+ TokenToUseForAuth : $(azuresdk-github-pat)
112
114
Paths :
113
115
- ' **'
114
116
Original file line number Diff line number Diff line change @@ -27,6 +27,8 @@ parameters:
27
27
steps :
28
28
- template : /eng/common/pipelines/templates/steps/sparse-checkout.yml
29
29
parameters :
30
+ ${{ if endsWith(variables['Build.Repository.Name'], '-pr') }} :
31
+ TokenToUseForAuth : $(azuresdk-github-pat)
30
32
Paths :
31
33
- ' **'
32
34
You can’t perform that action at this time.
0 commit comments