From 0b45fd9900382d396c469426e14ae9a64da6c5df Mon Sep 17 00:00:00 2001 From: Brian Cristante <33549821+brcrista@users.noreply.github.com> Date: Wed, 10 Aug 2022 13:56:24 -0400 Subject: [PATCH] Add back the doc on the tool cache for self-hosted --- docs/advanced-usage.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/advanced-usage.md b/docs/advanced-usage.md index 4f15e371..9802fd77 100644 --- a/docs/advanced-usage.md +++ b/docs/advanced-usage.md @@ -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. \ No newline at end of file