Revert "Revert "Pass the token input through on GHES (#427)" (#437)"

This reverts commit cf86e08a31.
This commit is contained in:
Brian Cristante 2022-08-05 14:42:32 -04:00
parent bb03901592
commit 5ee239573c
4 changed files with 12 additions and 5 deletions

View file

@ -16,7 +16,7 @@ inputs:
description: "Set this option if you want the action to check for the latest available version that satisfies the version spec."
default: false
token:
description: "Used to pull python distributions from actions/python-versions. Since there's a default, this is typically not supplied by the user."
description: "The token used to authenticate when to fetching Python distributions from https://github.com/actions/python-versions. When running this action on github.com, the default value is sufficient. When running on GHES, you can pass a personal access token for github.com if you are experiencing rate limiting."
default: ${{ github.server_url == 'https://github.com' && 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."