From db7d3801011329420b0d9d39b61a16e5907e00ce Mon Sep 17 00:00:00 2001 From: polarctos Date: Fri, 28 Nov 2025 15:57:36 +0100 Subject: [PATCH] Add github-token input to readme Signed-off-by: polarctos --- README.md | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 737c450..f15b813 100644 --- a/README.md +++ b/README.md @@ -113,16 +113,17 @@ jobs: The following inputs can be used as `step.with` keys -| Name | Type | Default | Description | -|-------------------|--------|------------------------------|-----------------------------------------------------------------------------------------------------------------------------| -| `version` | String | `latest` | Docker version to use. See [inputs.version](#inputs.version). | -| `channel` | String | `stable` | Docker CE [channel](https://download.docker.com/linux/static/) (`stable` or `test`). Only applicable to `type=archive` | -| `daemon-config` | String | | [Docker daemon JSON configuration](https://docs.docker.com/engine/reference/commandline/dockerd/#daemon-configuration-file) | -| `tcp-port` | Number | | TCP port to expose the Docker API locally | -| `context` | String | `setup-docker-action` | Docker context name. | -| `set-host` | Bool | `false` | Set `DOCKER_HOST` environment variable to docker socket path. | -| `rootless` | Bool | `false` | Start daemon in rootless mode | -| `runtime-basedir` | String | `/setup-docker-action` | Docker runtime base directory | +| Name | Type | Default | Description | +|-------------------|--------|------------------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------| +| `version` | String | `latest` | Docker version to use. See [inputs.version](#inputs.version). | +| `channel` | String | `stable` | Docker CE [channel](https://download.docker.com/linux/static/) (`stable` or `test`). Only applicable to `type=archive` | +| `daemon-config` | String | | [Docker daemon JSON configuration](https://docs.docker.com/engine/reference/commandline/dockerd/#daemon-configuration-file) | +| `tcp-port` | Number | | TCP port to expose the Docker API locally | +| `context` | String | `setup-docker-action` | Docker context name. | +| `set-host` | Bool | `false` | Set `DOCKER_HOST` environment variable to docker socket path. | +| `rootless` | Bool | `false` | Start daemon in rootless mode | +| `runtime-basedir` | String | `/setup-docker-action` | Docker runtime base directory | +| `github-token` | String | `${{ github.token }}` | Optional GitHub Token used to get releases and download assets to avoid rate limitation. On GitHub Enterprise, you might need to set a PAT for `github.com`. | ### inputs.version