We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 979d1dd commit ea28660Copy full SHA for ea28660
1 file changed
eng/pipelines/templates/jobs/update_pr.yml
@@ -23,7 +23,12 @@ steps:
23
python3 -m pip install -e $(Build.SourcesDirectory)/eng/tools/azure-sdk-tools[ghtools]
24
displayName: 'Install Azure SDK tools'
25
26
+- template: /eng/common/pipelines/templates/steps/login-to-github.yml
27
+ parameters:
28
+ TokenOwners:
29
+ - Azure
30
+
31
- script: python3 -m packaging_tools.update_pr -v --pr-number $(System.PullRequest.PullRequestNumber) --repo $(Build.Repository.Name)
32
displayName: 'Update packaging of PR'
33
env:
- GH_TOKEN: $(azuresdk-github-pat)
34
+ GH_TOKEN: $(GH_TOKEN)
0 commit comments