Merge pull request #1027 from moreati/pyver-token

ci: Authenticate UsePythonVersion requests to Github
This commit is contained in:
Alex Willmer 2023-10-05 14:59:01 +01:00 committed by GitHub
commit 798032b979
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -9,6 +9,7 @@ steps:
- task: UsePythonVersion@0
displayName: Install python
inputs:
githubToken: '$(GITHUB_PYVER_TOKEN)'
versionSpec: '$(python.version)'
condition: ne(variables['python.version'], '')