mirror of
https://github.com/actions/setup-python.git
synced 2025-07-21 03:38:21 +02:00
Add support for adding a token on GHES to prevent rate limiting
This commit is contained in:
parent
9a115684c9
commit
0b992d8a43
3 changed files with 15 additions and 2 deletions
|
@ -16,6 +16,9 @@ inputs:
|
|||
default: ${{ github.token }}
|
||||
cache-dependency-path:
|
||||
description: 'Used to specify the path to dependency files. Supports wildcards or a list of file names for caching multiple dependencies.'
|
||||
ghes_token:
|
||||
description: Used to pull python distributions from actions/python-versions when using Github Enterprise. This should be a github.com read only access token
|
||||
default: ""
|
||||
outputs:
|
||||
python-version:
|
||||
description: "The installed python version. Useful when given a version range as input."
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue