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

This reverts commit 7e4abae4438b857787604dd38de046ece4a21416.
This commit is contained in:
Brian Cristante
2022-06-16 11:08:06 -04:00
committed by GitHub
parent 8fb4cbf7c8
commit cf86e08a31
5 changed files with 7 additions and 14 deletions

View File

@ -13,7 +13,7 @@ inputs:
architecture:
description: 'The target architecture (x86, x64) of the Python interpreter.'
token:
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.
description: Used to pull python distributions from actions/python-versions. Since there's a default, this is typically not supplied by the user.
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.'