Merge pull request #1027 from moreati/pyver-token

ci: Authenticate UsePythonVersion requests to Github
pull/1012/merge
Alex Willmer 8 months ago committed by GitHub
commit 798032b979
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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…
Cancel
Save