Add back the doc on the tool cache for self-hosted

This commit is contained in:
Brian Cristante 2022-08-10 13:56:24 -04:00
parent 0bdcf94ac9
commit 0b45fd9900

View file

@ -481,3 +481,5 @@ with:
token: ${{ secrets.GH_DOTCOM_TOKEN }}
python-version: 3.11
```
If the runner is not able to access github.com, any Python versions requested during a workflow run must come from the runner's tool cache. See "[Setting up the tool cache on self-hosted runners without internet access](https://docs.github.com/en/enterprise-server@3.2/admin/github-actions/managing-access-to-actions-from-githubcom/setting-up-the-tool-cache-on-self-hosted-runners-without-internet-access)" for more information.