Merge pull request #1027 from moreati/pyver-token
ci: Authenticate UsePythonVersion requests to Github
This commit is contained in:
commit
798032b979
|
@ -9,6 +9,7 @@ steps:
|
|||
- task: UsePythonVersion@0
|
||||
displayName: Install python
|
||||
inputs:
|
||||
githubToken: '$(GITHUB_PYVER_TOKEN)'
|
||||
versionSpec: '$(python.version)'
|
||||
condition: ne(variables['python.version'], '')
|
||||
|
||||
|
|
Loading…
Reference in New Issue